From 7d19d66b05945a42dc791a28f0d816a58b18fc0b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Aug 2022 11:12:40 +0000 Subject: [PATCH] fix: frontend/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-2946428 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-2946717 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-2946723 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-2946727 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-2946729 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 21fe3c7..959ae96 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -30,7 +30,7 @@ RUN pnpm run build ### Serve Step # pull the Node.js Docker image -FROM node:18.2.0-bullseye-slim +FROM node:18.5-bullseye-slim # change working directory WORKDIR /app