diff --git a/Dockerfile b/Dockerfile index ef45c9ba58..e2bb0bcb0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG RUNTIME=scratch-runtime # Get certificates from Alpine (smaller than Ubuntu) -FROM alpine:latest@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715 AS certs +FROM alpine:latest@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 AS certs # No need to update here, we just use this for the certs RUN apk add ca-certificates