Skip to content

Commit

Permalink
fix: versions again
Browse files Browse the repository at this point in the history
  • Loading branch information
Wi11Shell committed Dec 9, 2024
1 parent bc760b2 commit a70cc23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logstash/8.16.0/batch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ FROM logstash:8.16.0
USER root

RUN apt-get -y --no-install-recommends install \
curl=7.68.0 \
default-mysql-client=1.0.5 \
curl=7.68.0-1ubuntu2.24 \
default-mysql-client=1.0.5ubuntu2 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit a70cc23

Please sign in to comment.