diff --git a/tools/ubuntu-cross/Dockerfile b/tools/ubuntu-cross/Dockerfile index b79320e4..d7c68134 100644 --- a/tools/ubuntu-cross/Dockerfile +++ b/tools/ubuntu-cross/Dockerfile @@ -1,5 +1,5 @@ FROM --platform=${BUILDPLATFORM} tonistiigi/xx:master@sha256:03d51fee1471177a306eb2887d964055f3709d4599b79d26c5eca9d6016720c4 AS xx -FROM --platform=${BUILDPLATFORM} ubuntu:noble@sha256:84e77dee7d1bc93fb029a45e3c6cb9d8aa4831ccfcc7103d36e876938d28895b AS build +FROM --platform=${BUILDPLATFORM} ubuntu:noble@sha256:4fbb8e6a8395de5a7550b33509421a2bafbc0aab6c06ba2cef9ebffbc7092d90 AS build COPY --from=xx / / RUN <