Skip to content

Conversation

@kenhys
Copy link
Contributor

@kenhys kenhys commented Dec 24, 2025

@kenhys kenhys requested a review from a team as a code owner December 24, 2025 08:54
@github-actions
Copy link

Diff for 308080a:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index f1e35f0..968bf43 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,10 +1,10 @@
 Maintainers: Masahiro Nakagawa <[email protected]> (@repeatedly), Fluentd developers <[email protected]> (@fluent/admins)
 GitRepo: https://github.com/fluent/fluentd-docker-image.git
 
-Tags: v1.16.10-debian-1.0, v1.16-debian-1
+Tags: v1.16.11-debian-1.0, v1.16-debian-1
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitFetch: refs/heads/v1.16
-GitCommit: e63e0aa7b96fafc49b55e72476503e02fc8144f8
+GitCommit: f1cc6c311f673af8d4d68c7cbe97e5b0831511bc
 Directory: v1.16/debian
 
 Tags: v1.19.1-debian-1.0, v1.19-debian-1, v1.19.0-1.0, v1.19-1, latest
diff --git a/_bashbrew-list b/_bashbrew-list
index 7057172..18da82a 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,6 +1,6 @@
 fluentd:latest
 fluentd:v1.16-debian-1
-fluentd:v1.16.10-debian-1.0
+fluentd:v1.16.11-debian-1.0
 fluentd:v1.19-1
 fluentd:v1.19-debian-1
 fluentd:v1.19.0-1.0
diff --git a/fluentd_v1.16-debian-1/Dockerfile b/fluentd_v1.16-debian-1/Dockerfile
index 6ae5078..a6629b0 100644
--- a/fluentd_v1.16-debian-1/Dockerfile
+++ b/fluentd_v1.16-debian-1/Dockerfile
@@ -3,7 +3,7 @@
 
 FROM ruby:3.2-slim-bookworm
 LABEL maintainer "Fluentd developers <[email protected]>"
-LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.10"
+LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.11"
 ENV TINI_VERSION=0.18.0
 
 # Do not split this into multiple RUN!
@@ -20,10 +20,10 @@ RUN apt-get update \
  && echo 'gem: --no-document' >> /etc/gemrc \
  && gem install oj -v 3.16.1 \
  && gem install json -v 2.6.3 \
- && gem install rexml -v 3.4.0 \
+ && gem install rexml -v 3.4.4 \
  && gem install async -v 1.31.0 \
  && gem install async-http -v 0.60.2 \
- && gem install fluentd -v 1.16.10 \
+ && gem install fluentd -v 1.16.11 \
  && dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')" \
  && wget -O /usr/local/bin/tini "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch" \
  && wget -O /usr/local/bin/tini.asc "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch.asc" \

Relevant Maintainers:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant