Skip to content

Commit

Permalink
Bump rust docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchTurner committed Feb 9, 2024
1 parent c3b4733 commit 295ecb0
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,6 +1,6 @@
# Stage 1: Build
FROM --platform=$BUILDPLATFORM tonistiigi/xx AS xx
FROM --platform=$BUILDPLATFORM rust:1.73.0 AS chef
FROM --platform=$BUILDPLATFORM rust:1.74.0 AS chef

ARG TARGETPLATFORM
RUN cargo install cargo-chef
Expand Down

0 comments on commit 295ecb0

Please sign in to comment.