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 5081b24 commit 083c063Copy full SHA for 083c063
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# always build this using the latest stable release
2
-FROM rust:1.88.0 AS build-base
+FROM rust:1.93.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
@@ -57,7 +57,7 @@ FROM debian:bookworm-slim
57
ENV RUSTUP_HOME=/usr/local/rustup \
58
CARGO_HOME=/usr/local/cargo \
59
PATH=/usr/local/cargo/bin:$PATH \
60
- RUST_VERSION=nightly-2025-06-28
+ RUST_VERSION=nightly-2026-01-22
61
# ~~~~~~~~^~~~~~~~~~
62
# pin version here
63
0 commit comments