Skip to content

Commit b1b594e

Browse files
tonistiigicrazy-max
authored andcommitted
update binfmt to v9.2.2
Should help with segmentation fault on libc-bin Signed-off-by: Tonis Tiigi <[email protected]>
1 parent b15731b commit b1b594e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ FROM scratch AS cni-plugins-export-squashed
162162
COPY --from=cni-plugins-export / /
163163

164164
FROM --platform=$BUILDPLATFORM alpine:${ALPINE_VERSION} AS binfmt-filter
165-
# built from https://github.com/tonistiigi/binfmt/releases/tag/buildkit%2Fv9.2.0-50
166-
COPY --link --from=tonistiigi/binfmt:buildkit-v9.2.0-50@sha256:ff21b00e7238dce3bbd74fbe25591f7213837a77861b47b2df5e019540ec33fa / /out/
165+
# built from https://github.com/tonistiigi/binfmt/releases/tag/buildkit%2Fv9.2.2-54
166+
COPY --link --from=tonistiigi/binfmt:buildkit-v9.2.2-54@sha256:e60fbf01e26c75efa816224f4de31c2ef63c5486b20c3e8fa1e5da2aff368ba9 / /out/
167167
WORKDIR /out/
168168
RUN rm buildkit-qemu-loongarch64 buildkit-qemu-mips64 buildkit-qemu-mips64el
169169

0 commit comments

Comments
 (0)