From 83ac1b8329f027f54fc2070a165364ba8475fbe0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Jan 2025 07:14:36 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-8235202 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-8235202 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2290561..ee58d0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19.4 +FROM alpine:3.21.2 ENV CODECOV=/usr/bin/codecov ENV CODECOV_VERSION=0.3.2