We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8087fc + 160c3be commit 2cfe41bCopy full SHA for 2cfe41b
tools/ubuntu-cross/Dockerfile
@@ -1,5 +1,5 @@
1
FROM --platform=${BUILDPLATFORM} tonistiigi/xx:master@sha256:12f2048ddc027e4dcd8699c5494fd7a597ba9eadf2817674363d218d46d9ef6a AS xx
2
-FROM --platform=${BUILDPLATFORM} ubuntu:noble@sha256:e96e81f410a9f9cae717e6cdd88cc2a499700ff0bb5061876ad24377fcc517d7 AS build
+FROM --platform=${BUILDPLATFORM} ubuntu:noble@sha256:c35e29c9450151419d9448b0fd75374fec4fff364a27f176fb458d472dfc9e54 AS build
3
COPY --from=xx / /
4
5
RUN <<EOF
0 commit comments