Skip to content

Commit

Permalink
chore: webrick and protobuf upgrade in the base image
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Wilcsinszky <[email protected]>
  • Loading branch information
pepov committed Sep 30, 2024
1 parent b2810d4 commit e6ff933
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion v1.16-4.10/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ RUN apk add --no-cache \
&& fluent-gem install \
bigdecimal:1.4.4 \
oj:3.16.1 \
google-protobuf:3.21.12 \
google-protobuf:3.25.5 \
nio4r:2.7.3 \
snappy:0.3.0 \
webrick:1.8.2 \
# The only required fluentd dependency is the label router
# kubeclient install is upgrading the one from the base image
&& fluent-gem install specific_install -v 0.3.8 \
Expand Down
3 changes: 2 additions & 1 deletion v1.16-4.8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ RUN apk add --no-cache \
&& fluent-gem install \
bigdecimal:1.4.4 \
oj:3.16.1 \
google-protobuf:3.21.12 \
google-protobuf:3.25.5 \
nio4r:2.7.3 \
snappy:0.3.0 \
webrick:1.8.2 \
# The only required fluentd dependency is the label router
# kubeclient install is upgrading the one from the base image
&& fluent-gem install specific_install -v 0.3.8 \
Expand Down
3 changes: 2 additions & 1 deletion v1.16-4.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ RUN apk add --no-cache \
&& fluent-gem install \
bigdecimal:1.4.4 \
oj:3.16.1 \
google-protobuf:3.21.12 \
google-protobuf:3.25.5 \
nio4r:2.7.3 \
snappy:0.3.0 \
webrick:1.8.2 \
# The only required fluentd dependency is the label router
# kubeclient install is upgrading the one from the base image
&& fluent-gem install specific_install -v 0.3.8 \
Expand Down

0 comments on commit e6ff933

Please sign in to comment.