From 9807d7c6ded3bab589591f24f0092d2004e033ae Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Mon, 21 Mar 2022 13:23:39 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities (#1005) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331 - https://snyk.io/vuln/SNYK-ALPINE315-OPENSSL-2426331 Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 543769c8..5ae4109c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ COPY . . RUN make build # Final image -FROM alpine +FROM alpine:3.15 # Install ca-certificates RUN apk add --update ca-certificates jq