From ba28a44a48e441127c0e490fe6518931863116e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Sep 2021 00:35:15 +0000 Subject: [PATCH] fix: 2/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-APKTOOLS-1533753 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569450 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569450 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 --- 2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2/Dockerfile b/2/Dockerfile index e1815a8..6908742 100644 --- a/2/Dockerfile +++ b/2/Dockerfile @@ -1,6 +1,6 @@ FROM prom/prometheus:v2.21.0 -FROM alpine:3.12.7 +FROM alpine:3.13.6 RUN apk add gettext