From 6157a2274f33b60f715991fe33405d6d414e5c4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Mar 2025 06:12:35 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-MUSL-8720638 - https://snyk.io/vuln/SNYK-ALPINE320-MUSL-8720638 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8690013 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8710359 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d3c3118ab..a0ab0eb01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Use an official node image -FROM node:20.18.0-alpine3.20 +FROM node:20.19.0-alpine3.20 RUN set -xe \ && apk add --no-cache bash git openssh \