Skip to content

Commit 6b012b4

Browse files
committed
Bump dev tools to Rust 1.85.0
1 parent 653e4fc commit 6b012b4

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.84.1-slim-bookworm AS build-base
4+
FROM rust:1.85.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)