From 68aa4a37231b6732628115f3aaaca2c2cfd10eca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Oct 2025 06:20:25 +0000 Subject: [PATCH] fix: CMD-Blind/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 --- CMD-Blind/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMD-Blind/Dockerfile b/CMD-Blind/Dockerfile index 619c1ce..f24b19c 100644 --- a/CMD-Blind/Dockerfile +++ b/CMD-Blind/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