1 parent 802cc64 commit b6535a3Copy full SHA for b6535a3
1 file changed
docker/Dockerfile
@@ -1,7 +1,7 @@
1
FROM ghcr.io/rust-cross/rust-musl-cross:x86_64-musl@sha256:2a8837c43bf12e246f1ebd05191de9ee27fcd22f9ca81511ccd4cf75dc16d71c AS musl_x86_64
2
FROM ghcr.io/rust-cross/rust-musl-cross:aarch64-musl@sha256:6ba919646c5073918e9ac03353dfbfe8552db0acd2f55f76a19af1a4a30a06bb AS musl_aarch64
3
4
-FROM rust:1.93.0-slim-trixie AS build-base
+FROM rust:1.95.0-slim-trixie AS build-base
5
6
# Prepopulate cargo index and install dependencies
7
RUN cargo search --limit=1 && \
0 commit comments