From 95c614f12728f67146947cff8f49703f9e97b0ec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Nov 2024 18:04:41 +0000 Subject: [PATCH] fix: docker/debug/node/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 --- docker/debug/node/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/debug/node/Dockerfile b/docker/debug/node/Dockerfile index 7fe76ceb..702325c8 100644 --- a/docker/debug/node/Dockerfile +++ b/docker/debug/node/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.15-alpine +FROM node:20.18.0-alpine WORKDIR /usr/src/app