From 7f99766b77130e891798e859710dafe93cbb0d21 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Mar 2022 22:02:46 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 436d29d..b4208db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN go build -ldflags="-X github.com/innovia/secrets-consumer-webhook/version.ve RUN cp secrets-consumer-webhook /usr/local/bin/ RUN chmod a+x /usr/local/bin/secrets-consumer-webhook -FROM alpine +FROM alpine:3.15 RUN apk add --update libcap && rm -rf /var/cache/apk/*