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 \