From 5e882e473ae0222361711ff3c22e2431fef36976 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Nov 2024 06:00:56 +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 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 062344ce4..9fe8180b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Use an official node image -FROM node:20.15.1-alpine3.20 +FROM node:20.18.1-alpine3.20 RUN set -xe \ && apk add --no-cache bash git openssh \