Skip to content

Commit

Permalink
Bump Dockerfile.arm's rust to 1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
rexdotsh authored and matze committed Jan 8, 2025
1 parent 1fab87c commit 353182b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# --- build image
FROM rust:1.80 AS builder
FROM rust:1.83 AS builder

RUN rustup target add aarch64-unknown-linux-musl && \
apt-get update && \
Expand Down

0 comments on commit 353182b

Please # to comment.