Skip to content

Commit 978ceed

Browse files
authored
Merge pull request #111 from ChurchDesk/update_packet_beat
Update Dockerfile.packetbeat
2 parents f0f2d49 + 15ef203 commit 978ceed

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.1-linux-x86_64.tar.gz
18-
RUN tar xzf packetbeat-7.16.1-linux-x86_64.tar.gz
19-
RUN rm packetbeat-7.16.1-linux-x86_64.tar.gz
20-
RUN mv packetbeat-7.16.1-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)