Skip to content

Commit 5c360be

Browse files
⬆️ deps(dockerfile): update debian:12 docker digest to 34e7f0a
1 parent 3592c7b commit 5c360be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
2727
RUN GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} make build
2828

29-
FROM debian:12@sha256:c66c66fac809bfb56a8001b12f08181a49b6db832d2c8ddabe22b6374264055f
29+
FROM debian:12@sha256:34e7f0ae7c10a61bfbef6e1b2ed205d9b47bb12e90c50696f729a5c7a01cf1f2
3030
WORKDIR /
3131
RUN apt-get update && apt-get install -y ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/*
3232
COPY snapshot.sh .

github_actions/preloader_snapshot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:12@sha256:c66c66fac809bfb56a8001b12f08181a49b6db832d2c8ddabe22b6374264055f
1+
FROM debian:12@sha256:34e7f0ae7c10a61bfbef6e1b2ed205d9b47bb12e90c50696f729a5c7a01cf1f2
22

33
RUN apt-get update && apt-get upgrade -y && apt-get install -y curl gpg
44

0 commit comments

Comments
 (0)