Skip to content

Commit

Permalink
Update rust version in forc docker image (#6422)
Browse files Browse the repository at this point in the history
## Description
Minor non-critical-path fix for the forc docker image which is rarely
used but causing CI pipeline alerts due to being on an out of date
version of Rust.

Co-authored-by: Joshua Batty <joshpbatty@gmail.com>
  • Loading branch information
Voxelot and JoshuaBatty authored Aug 16, 2024
1 parent afd95ec commit d0f8373
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.76 as chef
FROM lukemathwalker/cargo-chef:latest-rust-1.79 as chef
WORKDIR /build/
# hadolint ignore=DL3008
RUN apt-get update && \
Expand Down

0 comments on commit d0f8373

Please sign in to comment.