From 279277098f18e554794633c6f1bb515274fce488 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Oct 2025 06:26:07 +0000 Subject: [PATCH] fix: Untrusted-sources-js/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 --- Untrusted-sources-js/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Untrusted-sources-js/Dockerfile b/Untrusted-sources-js/Dockerfile index 778427c..041fcce 100644 --- a/Untrusted-sources-js/Dockerfile +++ b/Untrusted-sources-js/Dockerfile @@ -1,5 +1,5 @@ ### Static layers -FROM alpine:3.7 +FROM alpine:3.18.12 # Installing needed binaries and deps. Then removing unneeded deps: RUN apk update --no-cache && apk add nodejs nodejs-npm bash git dos2unix imagemagick