Skip to content

Commit 84d201c

Browse files
committed
fix: sinatra build in layer
1 parent 891d8e1 commit 84d201c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logstash/8.16.0/batch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ RUN apt-get update && \
1111
default-mysql-client=1.0.5ubuntu2 && \
1212
apt-get clean && \
1313
rm -rf /var/lib/apt/lists/* && \
14-
gem install sinatra -v 4.1.0
14+
gem install sinatra
1515

1616
USER 1000

0 commit comments

Comments
 (0)