diff --git a/Dockerfile b/Dockerfile index 83a0bcf..2465146 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG PLATFORM=amd64 -FROM --platform=${PLATFORM} rust@sha256:80302520b7199f0504975bca59a914015e9fee088f759875dbbc238ca9509ee1 AS strip-stage +FROM --platform=${PLATFORM} rust@sha256:4e7968e3f1085f570b17024d093d39ba151748372eba31bb368663b48d10a585 AS strip-stage ARG DIRNAME RUN apt-get update RUN apt-get -y install binutils binutils-aarch64-linux-gnu