We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c28c6 commit 8285528Copy full SHA for 8285528
images/dogecoind/Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1.3-labs
2
-FROM debian:12 as build
+FROM debian:12@sha256:b6507e340c43553136f5078284c8c68d86ec8262b1724dde73c325e8d3dcdeba as build
3
4
ARG VERSION=v1.14.9
5
@@ -41,7 +41,7 @@ RUN <<-EOF
41
chown -R 65532:65532 /opt/dogecoin/
42
EOF
43
44
-FROM gcr.io/distroless/cc-debian12:nonroot as final
+FROM gcr.io/distroless/cc-debian12:nonroot@sha256:d1b8e4c52be1111aa108e959ef2a822299bb70fd1819dd250871a2601ca1e4b6 as final
45
46
ENV DEBIAN_FRONTEND="noninteractive" TZ="Europe/London"
47
0 commit comments