Skip to content

Commit b6535a3

Browse files
authored
[chore] Bump Rust to v1.95.0 (#25)
1 parent 802cc64 commit b6535a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ghcr.io/rust-cross/rust-musl-cross:x86_64-musl@sha256:2a8837c43bf12e246f1ebd05191de9ee27fcd22f9ca81511ccd4cf75dc16d71c AS musl_x86_64
22
FROM ghcr.io/rust-cross/rust-musl-cross:aarch64-musl@sha256:6ba919646c5073918e9ac03353dfbfe8552db0acd2f55f76a19af1a4a30a06bb AS musl_aarch64
33

4-
FROM rust:1.93.0-slim-trixie AS build-base
4+
FROM rust:1.95.0-slim-trixie AS build-base
55

66
# Prepopulate cargo index and install dependencies
77
RUN cargo search --limit=1 && \

0 commit comments

Comments
 (0)