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 a3a0c4e + 4686a6d commit ab3b6a9Copy full SHA for ab3b6a9
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG RUST_VERSION=1.80.1
+ARG RUST_VERSION=1.84.1
2
FROM --platform=$BUILDPLATFORM rust:${RUST_VERSION}-alpine3.20 AS tools-host
3
ARG BUILDPLATFORM
4
ARG TARGETARCH
config.toml
@@ -17,7 +17,7 @@ rustflags = [
17
]
18
19
# FIXME: riscv64 is not yet available in rust:1.80.1-alpine3.20
20
-# but both clang and mold support it. Alos musl-dev is available in Alpine 3.20
+# but both clang and mold support it. Also musl-dev is available in Alpine 3.20
21
# [target.riscv64gc-unknown-linux-gnu]
22
# linker = "/usr/bin/clang"
23
# rustflags = [
0 commit comments