From fec022e0d17241ef53ba1c3342713c780d14a8ff Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Sep 2024 04:01:53 +0000 Subject: [PATCH] fix: 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 062344ce4..7b7d87417 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Use an official node image -FROM node:20.15.1-alpine3.20 +FROM node:20.17.0-alpine3.20 RUN set -xe \ && apk add --no-cache bash git openssh \