From b69ba8d71147d55e19bd2ea5709cc8b760cac13a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Dec 2024 03:11:07 +0000 Subject: [PATCH] fix: docs/check.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-8235200 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-8235200 --- docs/check.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/check.Dockerfile b/docs/check.Dockerfile index d33a46af3b..b36ee6b8c3 100644 --- a/docs/check.Dockerfile +++ b/docs/check.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18 as alpine +FROM alpine:3.21.0 as alpine RUN apk --no-cache --no-progress add \ build-base \