From 0c6e53271137b3ea45f9d682c170cb88b2d8625d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Aug 2023 00:09:01 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE32-BUSYBOX-1086971 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3aeac03..07adf4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ # limitations under the License. # -FROM alpine:3.2 +FROM alpine:3.16.7 MAINTAINER Stefano Harding ADD root /