diff --git a/tools/ubuntu-cross/Dockerfile b/tools/ubuntu-cross/Dockerfile index 9ceabeb..a8d242d 100644 --- a/tools/ubuntu-cross/Dockerfile +++ b/tools/ubuntu-cross/Dockerfile @@ -1,5 +1,5 @@ FROM --platform=${BUILDPLATFORM} tonistiigi/xx:master@sha256:7f82cfd583c0305afe20080361edf35bd7f7f6e286431718cc4036afc5e5d3ce AS xx -FROM --platform=${BUILDPLATFORM} ubuntu:noble@sha256:cd1dba651b3080c3686ecf4e3c4220f026b521fb76978881737d24f200828b2b AS build +FROM --platform=${BUILDPLATFORM} ubuntu:noble@sha256:d1e2e92c075e5ca139d51a140fff46f84315c0fdce203eab2807c7e495eff4f9 AS build COPY --from=xx / / RUN <