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

Commit 26a8c8f

Browse files
authored
Update Dockerfile
1 parent 3362e29 commit 26a8c8f

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.13.1"
4+
LABEL version "3.13.2"
55
LABEL description "Wazuh Agent"
66

77
RUN apt-get update && apt-get install -y \
88
procps curl apt-transport-https gnupg2 inotify-tools 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.13.1-1 && \
12+
apt-get install -y wazuh-agent=3.13.2-1 && \
1313
rm -rf /var/lib/apt/lists/*
1414

1515
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)