Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 4325dbc

Browse files
authored
Update Dockerfile
1 parent 4e5f080 commit 4325dbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
FROM debian:stretch-slim
22

33
LABEL maintainer "NoEnv"
4-
LABEL version "3.12.3"
4+
LABEL version "3.13.0"
55
LABEL description "Wazuh Agent"
66

77
RUN apt-get update && apt-get install -y \
88
procps curl apt-transport-https gnupg2 python-docker && \
99
curl -s https://packages.wazuh.com/key/GPG-KEY-WAZUH | apt-key add - && \
1010
echo "deb https://packages.wazuh.com/3.x/apt/ stable main" | tee /etc/apt/sources.list.d/wazuh.list && \
1111
apt-get update && \
12-
apt-get install -y wazuh-agent=3.12.3-1 && \
12+
apt-get install -y wazuh-agent=3.13.0-1 && \
1313
rm -rf /var/lib/apt/lists/*
1414

1515
VOLUME /var/ossec/etc

0 commit comments

Comments
 (0)