From 6934106feacf309edccc404978f91847455ddf42 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Apr 2025 07:42:51 +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-OPENSSL-8235201 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8690013 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8710359 - 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..3b261be7e 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.1-alpine3.20 RUN set -xe \ && apk add --no-cache bash git openssh \