diff --git a/Dockerfile b/Dockerfile index 13b977e..dd234f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # always build this using the latest stable release -FROM rust:1.93.0 AS build-base +FROM rust:1.94.0 AS build-base ARG JQ_VERSION=1.6 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 ENV RUSTUP_HOME=/usr/local/rustup \ CARGO_HOME=/usr/local/cargo \ PATH=/usr/local/cargo/bin:$PATH \ - RUST_VERSION=nightly-2026-01-22 + RUST_VERSION=nightly-2026-03-05 # ~~~~~~~~^~~~~~~~~~ # pin version here