Skip to content

Commit

Permalink
Fix build-publish-master-image CI by upgrading Rust version in Dock…
Browse files Browse the repository at this point in the history
…erfile (#6882)

## Description

As title says.
  • Loading branch information
tritao authored Feb 5, 2025
1 parent ad9dbd2 commit 47e75f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build
FROM lukemathwalker/cargo-chef:latest-rust-1.79 as chef
FROM lukemathwalker/cargo-chef:latest-rust-1.83 as chef
WORKDIR /build/
# hadolint ignore=DL3008
RUN apt-get update && \
Expand Down

0 comments on commit 47e75f7

Please sign in to comment.