From de71cf4c3af678e80dba1e008b87772f886a7b91 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 15:43:08 +0000 Subject: [PATCH] fix: dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-10169632 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-10169733 - https://snyk.io/vuln/SNYK-ALPINE320-MUSL-8720638 - https://snyk.io/vuln/SNYK-ALPINE320-MUSL-8720638 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index b73f0cc..74ba43c 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM node:22.9-alpine +FROM node:22.15.1-alpine VOLUME /data # install cloc - counts lines of code