From 5f3906611309da48201a75e0a1155ac5ec82aef7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Jan 2026 03:19:35 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GNUPG2-14723302 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUPG2-14723302 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUPG2-14723302 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c692a4c..95f36f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # debian base -FROM node:24.11.1 +FROM node:24.13.0 # default port EXPOSE 30865