Skip to content

Commit

Permalink
fix: hadolint error on ruby install
Browse files Browse the repository at this point in the history
  • Loading branch information
barkerl authored and Wi11Shell committed Dec 17, 2024
1 parent aef3e85 commit 7a5201a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logstash/8.16.0/batch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
apt-get -y --no-install-recommends install \
ruby-full && \
ruby-full=2.7.8 && \
gem install sinatra -v 4.1.0

USER 1000

0 comments on commit 7a5201a

Please sign in to comment.