From cab4e87efc6dac16b03ba780d71252a089b1fecc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Jun 2024 23:34:41 +0000 Subject: [PATCH] fix: 2.6/alpine3.12/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-ZLIB-2977082 --- 2.6/alpine3.12/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.6/alpine3.12/Dockerfile b/2.6/alpine3.12/Dockerfile index 7c8a8c5abb..3085c43b32 100644 --- a/2.6/alpine3.12/Dockerfile +++ b/2.6/alpine3.12/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.12 +FROM alpine:3 RUN apk add --no-cache \ gmp-dev