From b9ce735d6586d9ba22a109aa41ba6ce3526d5635 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Oct 2025 04:15:18 +0000 Subject: [PATCH] fix: CSTI/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286 - https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286 --- CSTI/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSTI/Dockerfile b/CSTI/Dockerfile index 0e4b75b..9a24448 100644 --- a/CSTI/Dockerfile +++ b/CSTI/Dockerfile @@ -1,5 +1,5 @@ ### Static layers -FROM alpine:3.7 +FROM alpine:3.22.2 # Installing needed binaries and deps. Then removing unneeded deps: RUN apk update --no-cache && apk add nodejs nodejs-npm bash git dos2unix imagemagick