Skip to content

Commit 6cf7fa2

Browse files
committed
Update Rust to 1.95
1 parent 39b251d commit 6cf7fa2

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.94.0 AS build-base
2+
FROM rust:1.95.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-03-05
62+
RUST_VERSION=nightly-2026-04-17
6363
# ~~~~~~~~^~~~~~~~~~
6464
# pin version here
6565

0 commit comments

Comments
 (0)