diff --git a/Dockerfile b/Dockerfile index 38e7e22..d73439f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG PLATFORM=amd64 -FROM --platform=${PLATFORM} rust@sha256:ecbe59a8408895edd02d9ef422504b8501dd9fa1526de27a45b73406d734d659 AS strip-stage +FROM --platform=${PLATFORM} rust@sha256:0e6da0c8f06f25e9591f21c0f741cd4ff1086e271c3330f29f6e4e95869c7843 AS strip-stage ARG DIRNAME RUN apt-get update RUN apt-get -y install binutils binutils-aarch64-linux-gnu