@@ -11,7 +11,7 @@ RUN curl -sL -o qemu-3.0.0+resin-arm.tar.gz https://github.com/balena-io/qemu/re
1111FROM --platform=linux/arm/v7 arm32v7/ruby:3.2-slim-bookworm
1212COPY --from=builder /go/qemu-arm-static /usr/bin/
1313LABEL maintainer "Fluentd developers <fluentd@googlegroups.com>"
14- LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.8 "
14+ LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.9 "
1515ARG CROSS_BUILD_START="cross-build-start"
1616ARG CROSS_BUILD_END="cross-build-end"
1717RUN [ ${CROSS_BUILD_START} ]
@@ -27,14 +27,15 @@ RUN apt-get update \
2727 make gcc g++ libc-dev \
2828 wget bzip2 gnupg dirmngr \
2929 " \
30+ && apt-get -V -y upgrade \
3031 && apt-get install -y --no-install-recommends $buildDeps \
3132 && echo 'gem: --no-document' >> /etc/gemrc \
3233 && gem install oj -v 3.16.1 \
3334 && gem install json -v 2.6.3 \
3435 && gem install rexml -v 3.4.0 \
3536 && gem install async -v 1.31.0 \
3637 && gem install async-http -v 0.60.2 \
37- && gem install fluentd -v 1.16.8 \
38+ && gem install fluentd -v 1.16.9 \
3839 && dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')" \
3940 && wget -O /usr/local/bin/tini "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch" \
4041 && wget -O /usr/local/bin/tini.asc "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch.asc" \
0 commit comments