From b280eefeab696c3184ddf198f432e568a2fdc8e4 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 16:46:49 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-8235199 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-8235199 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb883d76918..657c1a1a636 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY . . RUN ./docker/build/install-task.sh RUN TAGS="cert pam" task build -FROM alpine:3.17 +FROM alpine:3.21.1 RUN apk --no-cache --no-progress add \ bash \ ca-certificates \