Skip to content

Commit 906a0ad

Browse files
committed
dockerfile: update binfmt to v9.2.0-50
Signed-off-by: CrazyMax <[email protected]>
1 parent dc76379 commit 906a0ad

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
@@ -163,8 +163,8 @@ COPY --from=cni-plugins-export / /
163163

164164
FROM scratch AS binaries-linux
165165
COPY --link --from=runc /usr/bin/runc /buildkit-runc
166-
# built from https://github.com/tonistiigi/binfmt/releases/tag/buildkit%2Fv7.1.0-30
167-
COPY --link --from=tonistiigi/binfmt:buildkit-v7.1.0-30@sha256:45dd57b4ba2f24e2354f71f1e4e51f073cb7a28fd848ce6f5f2a7701142a6bf0 / /
166+
# built from https://github.com/tonistiigi/binfmt/releases/tag/buildkit%2Fv9.2.0-50
167+
COPY --link --from=tonistiigi/binfmt:buildkit-v9.2.0-50@sha256:ff21b00e7238dce3bbd74fbe25591f7213837a77861b47b2df5e019540ec33fa / /
168168
COPY --link --from=cni-plugins-export-squashed / /
169169
COPY --link --from=buildctl /usr/bin/buildctl /
170170
COPY --link --from=buildkitd /usr/bin/buildkitd /

0 commit comments

Comments
 (0)