Skip to content

Commit 083c063

Browse files
committed
update to Rust 1.93
1 parent 5081b24 commit 083c063

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.88.0 AS build-base
2+
FROM rust:1.93.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
@@ -57,7 +57,7 @@ FROM debian:bookworm-slim
5757
ENV RUSTUP_HOME=/usr/local/rustup \
5858
CARGO_HOME=/usr/local/cargo \
5959
PATH=/usr/local/cargo/bin:$PATH \
60-
RUST_VERSION=nightly-2025-06-28
60+
RUST_VERSION=nightly-2026-01-22
6161
# ~~~~~~~~^~~~~~~~~~
6262
# pin version here
6363

0 commit comments

Comments
 (0)