From 01769c9d224035a64b17654a12d8bbeb491817ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Nov 2024 17:42:13 +0000 Subject: [PATCH] fix: server/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-8235202 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-8235202 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536 --- server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Dockerfile b/server/Dockerfile index 40beec6..fd5f8ce 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.15.1-alpine3.19 +FROM node:20.17-alpine3.19 WORKDIR /node-app COPY ./server . COPY ./client/dist /node-app/dist/public