Skip to content

Commit ab3b6a9

Browse files
authored
Merge pull request #12 from rucoder/rucoder/rust-1.84.1
Bump up rust version to 1.84.1
2 parents a3a0c4e + 4686a6d commit ab3b6a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG RUST_VERSION=1.80.1
1+
ARG RUST_VERSION=1.84.1
22
FROM --platform=$BUILDPLATFORM rust:${RUST_VERSION}-alpine3.20 AS tools-host
33
ARG BUILDPLATFORM
44
ARG TARGETARCH

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rustflags = [
1717
]
1818

1919
# 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
20+
# but both clang and mold support it. Also musl-dev is available in Alpine 3.20
2121
# [target.riscv64gc-unknown-linux-gnu]
2222
# linker = "/usr/bin/clang"
2323
# rustflags = [

0 commit comments

Comments
 (0)