We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfe7088 + 8d87fcf commit 3c467feCopy full SHA for 3c467fe
1 file changed
Dockerfile
@@ -2,7 +2,7 @@
2
ARG RUST_PROFILE=release
3
ARG RUST_TARGET_SUBDIR=release
4
5
-FROM --platform=$BUILDPLATFORM rustlang/rust:nightly-alpine@sha256:7cba2edabb6ba0e92cd806cd1e0acae99d50f63e5b9c9ad842766d13c896d68c AS build
+FROM --platform=$BUILDPLATFORM rustlang/rust:nightly-alpine@sha256:34532121803db17008af0cdc4e2e1210466cb257cc9d3840dac42d706640fee5 AS build
6
RUN apk --no-cache add musl-dev busybox-static
7
ARG RUST_PROFILE
8
RUN adduser -S -s /bin/sh build
0 commit comments