Skip to content

Commit 8b1f1f0

Browse files
authored
Update to Rust 1.94 (#191)
1 parent 585ef5a commit 8b1f1f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# always build this using the latest stable release
2-
FROM rust:1.93.0 AS build-base
2+
FROM rust:1.94.0 AS build-base
33

44
ARG JQ_VERSION=1.6
55
ARG JQ_URL=https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux64
@@ -59,7 +59,7 @@ LABEL org.opencontainers.image.source=https://github.com/rust-lang/docker-rust
5959
ENV RUSTUP_HOME=/usr/local/rustup \
6060
CARGO_HOME=/usr/local/cargo \
6161
PATH=/usr/local/cargo/bin:$PATH \
62-
RUST_VERSION=nightly-2026-01-22
62+
RUST_VERSION=nightly-2026-03-05
6363
# ~~~~~~~~^~~~~~~~~~
6464
# pin version here
6565

0 commit comments

Comments
 (0)