From cf71855f19a3db2cec81a24add5cbc03b0ace2f3 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Fri, 10 Sep 2021 17:47:42 +0200 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities (#2) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-APKTOOLS-1533754 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 95b5120..972c4c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13.5 +FROM alpine:3 RUN cd /etc/apk/keys && \ wget http://alpine.adiscon.com/rsyslog@lists.adiscon.com-5a55e598.rsa.pub && \