Skip to content

Commit

Permalink
Fix e2e build
Browse files Browse the repository at this point in the history
  • Loading branch information
xgreenx committed Sep 17, 2024
1 parent 0a4c56f commit f30e31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/e2e-client.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build
FROM rust:1.75.0 AS chef
FROM rust:1.79.0 AS chef
RUN cargo install cargo-chef && rustup target add wasm32-unknown-unknown
WORKDIR /build/
# hadolint ignore=DL3008
Expand Down

0 comments on commit f30e31b

Please sign in to comment.