Skip to content

Commit

Permalink
fix: use correct versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Wi11Shell committed Dec 6, 2024
1 parent 0ddd593 commit bc760b2
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=8.11.0 \
default-mysql-client=1.0.7 \
curl=7.68.0 \
default-mysql-client=1.0.5 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit bc760b2

Please sign in to comment.