Skip to content

Commit 15ef203

Browse files
committed
chore: update packetbeat to version 7.16.3
1 parent 120d280 commit 15ef203

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile.packetbeat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ RUN apk add glibc-2.25-r0.apk
1414
ENV LANG=C.UTF-8
1515

1616

17-
RUN wget https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-7.16.2-linux-x86_64.tar.gz
18-
RUN tar xzf packetbeat-7.16.2-linux-x86_64.tar.gz
19-
RUN rm packetbeat-7.16.2-linux-x86_64.tar.gz
20-
RUN mv packetbeat-7.16.2-linux-x86_64 /packetbeat
17+
RUN wget https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-7.16.3-linux-x86_64.tar.gz
18+
RUN tar xzf packetbeat-7.16.3-linux-x86_64.tar.gz
19+
RUN rm packetbeat-7.16.3-linux-x86_64.tar.gz
20+
RUN mv packetbeat-7.16.3-linux-x86_64 /packetbeat
2121
COPY scripts/runner_pbeat.sh /runner_pbeat.sh
2222
RUN chmod +x /runner_pbeat.sh
2323

0 commit comments

Comments
 (0)