Skip to content

Commit f40081f

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

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-
# https://hub.docker.com/layers/library/rust/slim-trixie/images/sha256-628183ec0eb88ecc4f1f0c5299ab59565ba6ec732bc5bc52842f2720f32d34c2
34-
FROM rust@sha256:bf3368a992915f128293ac76917ab6e561e4dda883273c8f5c9f6f8ea37a378e AS eif
33+
# https://hub.docker.com/layers/library/rust/trixie/images/sha256-155f835173fcc2677a4132b0817d3e4684aeee38806654a4cacb53d6f0e88a83
34+
FROM rust@sha256:bed2d7f8140d73c26f16c298c91ae8487a09f40d3840c0d8d139537e1b51e148 AS eif
3535

3636
RUN mkdir /build
3737
WORKDIR /build

0 commit comments

Comments
 (0)