From cf759622a8d9fbb63e295e0e32c6bd356c5d8fcd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 Jun 2024 22:56:20 +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 2e90b3f..da5fc26 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16 +FROM alpine:3 ENV SOPS_VER 3.8.1 ENV KUSTOMIZE_VER 5.2.1