We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449a446 commit d2df2d8Copy full SHA for d2df2d8
transaction-submitter.Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1.7-labs
2
### STAGE 0: Create base chef image for building
3
### cargo chef is used to speed up the build process by caching dependencies using docker
4
-FROM --platform=$TARGETPLATFORM lukemathwalker/cargo-chef:latest-rust-latest as chef
+FROM --platform=$TARGETPLATFORM rust:bookworm as chef
5
6
RUN cargo install cargo-chef
7
0 commit comments