We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 736ef7c commit 5b2b500Copy full SHA for 5b2b500
Dockerfile
@@ -12,7 +12,7 @@ RUN --mount=type=cache,target="/go/pkg/mod/" make build-binary
12
13
# Build Image
14
FROM scratch
15
-COPY --from=alpine:latest@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
+COPY --from=alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
16
COPY --from=build /etc/passwd /etc/passwd
17
18
WORKDIR /root
0 commit comments