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.
1 parent 585ef5a commit 346f952Copy full SHA for 346f952
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# always build this using the latest stable release
2
-FROM rust:1.93.0 AS build-base
+FROM rust:1.94.0 AS build-base
3
4
ARG JQ_VERSION=1.6
5
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
59
ENV RUSTUP_HOME=/usr/local/rustup \
60
CARGO_HOME=/usr/local/cargo \
61
PATH=/usr/local/cargo/bin:$PATH \
62
- RUST_VERSION=nightly-2026-01-22
+ RUST_VERSION=nightly-2026-03-05
63
# ~~~~~~~~^~~~~~~~~~
64
# pin version here
65
0 commit comments