Skip to content

Commit 47e75f7

Browse files
authored
Fix build-publish-master-image CI by upgrading Rust version in Dockerfile (#6882)
## Description As title says.
1 parent ad9dbd2 commit 47e75f7

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.79 as chef
2+
FROM lukemathwalker/cargo-chef:latest-rust-1.83 as chef
33
WORKDIR /build/
44
# hadolint ignore=DL3008
55
RUN apt-get update && \

0 commit comments

Comments
 (0)