Skip to content

Commit b787d94

Browse files
authored
Update Rust version in deployment Dockerfile (#5732)
1 parent 216b87a commit b787d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/Dockerfile

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

0 commit comments

Comments
 (0)