Skip to content

Commit d2df2d8

Browse files
authored
fix: glibc container compatibility (#28)
glibc will be the death of me
1 parent 449a446 commit d2df2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transaction-submitter.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.7-labs
22
### STAGE 0: Create base chef image for building
33
### 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
4+
FROM --platform=$TARGETPLATFORM rust:bookworm as chef
55

66
RUN cargo install cargo-chef
77

0 commit comments

Comments
 (0)