Skip to content

Commit c18a997

Browse files
authored
Update rust toolchain to 1.87.0 (#18)
1 parent 53e9cd7 commit c18a997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 AS musl_x86_64
22
FROM ghcr.io/rust-cross/rust-musl-cross:aarch64-musl AS musl_aarch64
33

4-
FROM rust:1.86.0-slim-bookworm AS build-base
4+
FROM rust:1.87.0-slim-bookworm AS build-base
55

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

0 commit comments

Comments
 (0)