File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
github_actions/preloader_snapshot Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ COPY cmd/ cmd/
2626# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
2727RUN GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} make build
2828
29- FROM debian:12@sha256:c66c66fac809bfb56a8001b12f08181a49b6db832d2c8ddabe22b6374264055f
29+ FROM debian:12@sha256:34e7f0ae7c10a61bfbef6e1b2ed205d9b47bb12e90c50696f729a5c7a01cf1f2
3030WORKDIR /
3131RUN apt-get update && apt-get install -y ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/*
3232COPY snapshot.sh .
Original file line number Diff line number Diff line change 1- FROM debian:12@sha256:c66c66fac809bfb56a8001b12f08181a49b6db832d2c8ddabe22b6374264055f
1+ FROM debian:12@sha256:34e7f0ae7c10a61bfbef6e1b2ed205d9b47bb12e90c50696f729a5c7a01cf1f2
22
33RUN apt-get update && apt-get upgrade -y && apt-get install -y curl gpg
44
You can’t perform that action at this time.
0 commit comments