We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d139977 commit 3c1ca75Copy full SHA for 3c1ca75
1 file changed
base.Dockerfile
@@ -4,6 +4,6 @@ RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y ca-certificates
4
FROM alpine:latest AS certs
5
RUN apk --update add ca-certificates
6
7
-FROM scratch
+FROM scratch AS scratch
8
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
9
COPY --from=base /usr/share/zoneinfo /usr/share/zoneinfo
0 commit comments