From 51443a6766ddf3d83f426ac9004365bd9dcfbaec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 21 Jun 2024 15:53:33 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410 - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 09fcae9..adf357b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM tenable/terrascan:1.17.0 as terrascan # Base Image -FROM alpine:3.16 +FROM alpine:3.17 RUN apk update && \ apk add --no-cache git openssh