From 5b9c0d3e1b85b920e7c875c7f65cb0462260a795 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 15:59:42 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286 - https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b303df8eb..49157e6c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN make static-linux # ----------------------------------------------------------------------------- -FROM alpine:3.7 +FROM alpine:3.16.9 RUN apk add --no-cache ca-certificates git bash curl