Skip to content

Commit ac52806

Browse files
authored
Update Rust in dockerfile to 1.87 (#7201)
1 parent 5d8a240 commit ac52806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build
2-
FROM lukemathwalker/cargo-chef:latest-rust-1.83 as chef
2+
FROM lukemathwalker/cargo-chef:latest-rust-1.87 as chef
33
WORKDIR /build/
44
# hadolint ignore=DL3008
55
RUN apt-get update && \

0 commit comments

Comments
 (0)