From 52bfe413bca58e6cd3d12174c2e41029cfdb06e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Mar 2026 19:21:29 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE323-ZLIB-15435528 - https://snyk.io/vuln/SNYK-ALPINE323-ZLIB-15435529 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3bc270c..48b07ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:alpine +FROM node:25.8.1-alpine3.22 RUN mkdir -p /usr/src/node-app && chown -R node:node /usr/src/node-app