From ffc8aeef04cdc51a0635e707fac0710bcb29b608 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 2 Feb 2025 07:50:34 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 d3c3118ab..90a8b094d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Use an official node image -FROM node:20.18.0-alpine3.20 +FROM node:20.18.2-alpine3.20 RUN set -xe \ && apk add --no-cache bash git openssh \