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 53e9cd7 commit c18a997Copy full SHA for c18a997
docker/Dockerfile
@@ -1,7 +1,7 @@
1
FROM ghcr.io/rust-cross/rust-musl-cross:x86_64-musl AS musl_x86_64
2
FROM ghcr.io/rust-cross/rust-musl-cross:aarch64-musl AS musl_aarch64
3
4
-FROM rust:1.86.0-slim-bookworm AS build-base
+FROM rust:1.87.0-slim-bookworm AS build-base
5
6
# Prepopulate cargo index and install dependencies
7
RUN cargo search --limit=1 && \
0 commit comments