diff --git a/Dockerfile b/Dockerfile index 1d93908..e01f61d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:alpine@sha256:3ad57304ad93bbec8548a0437ad9e06a455660655d9af011d58b993f6f615648 AS build RUN apk --no-cache add ca-certificates -FROM alpine:latest@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b +FROM alpine:latest@sha256:294b683cb724975bec92580e1e685676bd4b50bda910ddb8c51d4cabeaec77e6 # alpine:latest is only rebuilt on alpine point releases, so it can ship packages # with CVEs that are already patched in the apk repos - pull those fixes in here RUN apk --no-cache upgrade