File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cmd/fluent-watcher/fluentd Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN apk add curl --no-cache
15
15
RUN curl -sL -o qemu-6.0.0.balena1-aarch64.tar.gz https://github.com/balena-io/qemu/releases/download/v6.0.0%2Bbalena1/qemu-6.0.0.balena1-aarch64.tar.gz && echo "$QEMU_DOWNLOAD_SHA256 *qemu-6.0.0.balena1-aarch64.tar.gz" | sha256sum -c - | tar zxvf qemu-6.0.0.balena1-aarch64.tar.gz -C . && mv qemu-6.0.0+balena1-aarch64/qemu-aarch64-static .
16
16
17
17
# Fluentd main image
18
- FROM arm64v8/ruby:3.3 -slim-bullseye
18
+ FROM arm64v8/ruby:3.4 -slim-bullseye
19
19
COPY --from=builderqemu /go/qemu-aarch64-static /usr/bin/
20
20
LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.17.0"
21
21
ENV TINI_VERSION=0.18.0
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN apk add curl --no-cache
6
6
RUN curl -sL -o qemu-6.0.0.balena1-aarch64.tar.gz https://github.com/balena-io/qemu/releases/download/v6.0.0%2Bbalena1/qemu-6.0.0.balena1-aarch64.tar.gz && echo "$QEMU_DOWNLOAD_SHA256 *qemu-6.0.0.balena1-aarch64.tar.gz" | sha256sum -c - | tar zxvf qemu-6.0.0.balena1-aarch64.tar.gz -C . && mv qemu-6.0.0+balena1-aarch64/qemu-aarch64-static .
7
7
8
8
# Fluentd main image
9
- FROM arm64v8/ruby:3.3 -slim-bullseye
9
+ FROM arm64v8/ruby:3.4 -slim-bullseye
10
10
COPY --from=builderqemu /go/qemu-aarch64-static /usr/bin/
11
11
LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.17.0"
12
12
ENV TINI_VERSION=0.18.0
You can’t perform that action at this time.
0 commit comments