Skip to content

Commit 8285528

Browse files
pin images to hash
1 parent 44c28c6 commit 8285528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/dogecoind/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.3-labs
2-
FROM debian:12 as build
2+
FROM debian:12@sha256:b6507e340c43553136f5078284c8c68d86ec8262b1724dde73c325e8d3dcdeba as build
33

44
ARG VERSION=v1.14.9
55

@@ -41,7 +41,7 @@ RUN <<-EOF
4141
chown -R 65532:65532 /opt/dogecoin/
4242
EOF
4343

44-
FROM gcr.io/distroless/cc-debian12:nonroot as final
44+
FROM gcr.io/distroless/cc-debian12:nonroot@sha256:d1b8e4c52be1111aa108e959ef2a822299bb70fd1819dd250871a2601ca1e4b6 as final
4545

4646
ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
4747

0 commit comments

Comments
 (0)