Skip to content

Commit ef3938a

Browse files
committed
fix: Use 1.61 rust for arm
Signed-off-by: Anton Whalley <[email protected]>
1 parent 075871c commit ef3938a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

musl.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apk update && apk add curl binutils build-base
66

77
RUN if [ $ARCH == "amd64" ]; then curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable-x86_64-unknown-linux-musl -y; fi
88

9-
RUN if [ $ARCH == "arm64" ]; then curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable-aarch64-unknown-linux-musl -y; fi
9+
RUN if [ $ARCH == "arm64" ]; then curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.61.0-aarch64-unknown-linux-musl -y; fi
1010

1111
RUN ls -a /root/.cargo/bin
1212

0 commit comments

Comments
 (0)