From e75931cf02e1a5894f3c75ef04f471dc2dd8b0b3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 May 2024 19:16:52 +0000 Subject: [PATCH] fix: server/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6593965 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-6593965 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-6564548 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-6564550 --- server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Dockerfile b/server/Dockerfile index f895ac7..67f755a 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.11-alpine3.19 +FROM node:20.12.2-alpine3.19 WORKDIR /node-app COPY ./server . COPY ./client/dist /node-app/dist/public