We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d897d08 + eb0ada3 commit d0a4087Copy full SHA for d0a4087
1 file changed
tools/ubuntu-cross/Dockerfile
@@ -1,5 +1,5 @@
1
FROM --platform=${BUILDPLATFORM} tonistiigi/xx:master@sha256:7e8c9d88e47741bb0d35981494920eee2857cd75a40193567fe6c1a16adf785d AS xx
2
-FROM --platform=${BUILDPLATFORM} ubuntu:noble@sha256:0d39fcc8335d6d74d5502f6df2d30119ff4790ebbb60b364818d5112d9e3e932 AS build
+FROM --platform=${BUILDPLATFORM} ubuntu:noble@sha256:186072bba1b2f436cbb91ef2567abca677337cfc786c86e107d25b7072feef0c AS build
3
COPY --from=xx / /
4
5
RUN <<EOF
0 commit comments