From e6ff933eab9de40094c225ee746a228ad8115cfd Mon Sep 17 00:00:00 2001 From: Peter Wilcsinszky Date: Mon, 30 Sep 2024 10:52:39 +0200 Subject: [PATCH] chore: webrick and protobuf upgrade in the base image Signed-off-by: Peter Wilcsinszky --- v1.16-4.10/Dockerfile | 3 ++- v1.16-4.8/Dockerfile | 3 ++- v1.16-4.9/Dockerfile | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/v1.16-4.10/Dockerfile b/v1.16-4.10/Dockerfile index a4ea4f0..0e843d4 100644 --- a/v1.16-4.10/Dockerfile +++ b/v1.16-4.10/Dockerfile @@ -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 \ diff --git a/v1.16-4.8/Dockerfile b/v1.16-4.8/Dockerfile index f88945f..19d0d64 100644 --- a/v1.16-4.8/Dockerfile +++ b/v1.16-4.8/Dockerfile @@ -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 \ diff --git a/v1.16-4.9/Dockerfile b/v1.16-4.9/Dockerfile index e9e3dff..f095d36 100644 --- a/v1.16-4.9/Dockerfile +++ b/v1.16-4.9/Dockerfile @@ -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 \