Skip to content

Commit 3c18103

Browse files
committed
fix withdrawals build
1 parent b9591ee commit 3c18103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

synd-withdrawals/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ COPY --from=bootstrap out bootstrap
3030
RUN linuxkit build --format kernel+initrd --no-sbom --name init-ramdisk ./eif/init-ramdisk.yaml
3131
RUN linuxkit build --format kernel+initrd --no-sbom --name user-ramdisk ./eif/user-ramdisk.yaml
3232

33-
# rust:1.80.1
34-
FROM rust@sha256:29fe4376919e25b7587a1063d7b521d9db735fc137d3cf30ae41eb326d209471 AS eif
33+
# https://hub.docker.com/layers/library/rust/slim-trixie/images/sha256-628183ec0eb88ecc4f1f0c5299ab59565ba6ec732bc5bc52842f2720f32d34c2
34+
FROM rust@sha256:bf3368a992915f128293ac76917ab6e561e4dda883273c8f5c9f6f8ea37a378e AS eif
3535

3636
RUN mkdir /build
3737
WORKDIR /build

0 commit comments

Comments
 (0)