Skip to content

Commit 384c1e7

Browse files
committed
chore(docker): swap rust for docker builds to 1.91.0
1 parent 0b7b506 commit 384c1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ARG RUST_PROFILE=release
33
ARG RUST_TARGET_SUBDIR=release
44

5-
FROM --platform=$BUILDPLATFORM rustlang/rust:nightly-alpine@sha256:34532121803db17008af0cdc4e2e1210466cb257cc9d3840dac42d706640fee5 AS build
5+
FROM --platform=$BUILDPLATFORM rust:1.91.0-alpine@sha256:a3e3d30122c08c0ed85dcd8867d956f066be23c32ed67a0453bc04ce478ad69b AS build
66
RUN apk --no-cache add musl-dev busybox-static
77
ARG RUST_PROFILE
88
RUN adduser -S -s /bin/sh build

0 commit comments

Comments
 (0)