Skip to content

Commit f11ee3c

Browse files
committed
fix: bump rust image to 1.91
also bump sccache to `0.12.0`
1 parent 72403fd commit f11ee3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM lukemathwalker/cargo-chef:latest-rust-1.85-bookworm AS chef
1+
FROM lukemathwalker/cargo-chef:latest-rust-1.91-bookworm AS chef
22
WORKDIR /usr/src
33

4-
ENV SCCACHE=0.10.0
4+
ENV SCCACHE=0.12.0
55
ENV RUSTC_WRAPPER=/usr/local/bin/sccache
66
ENV SCCACHE_DIR=/sccache
77

0 commit comments

Comments
 (0)