From cef5a5609ad51d1835bf12d9936cec6675c3a8b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 3 Feb 2025 20:31:47 +0000 Subject: [PATCH] fix: dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 - 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..1971e61 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM node:22.9-alpine +FROM node:22.13.1-alpine VOLUME /data # install cloc - counts lines of code