From e61cfd8b6e8e3689e901540f7bf9f9173c764473 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 May 2022 17:03:44 +0000 Subject: [PATCH] fix: cjq-frontend/Dockerfile.frontend.dev to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-BUSYBOX-2440610 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-2426332 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-2426332 --- cjq-frontend/Dockerfile.frontend.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cjq-frontend/Dockerfile.frontend.dev b/cjq-frontend/Dockerfile.frontend.dev index 230377b..9d654e1 100644 --- a/cjq-frontend/Dockerfile.frontend.dev +++ b/cjq-frontend/Dockerfile.frontend.dev @@ -20,7 +20,7 @@ # limitations under the License. # ### -FROM node:14.15.0-alpine3.12 as builder +FROM node:14.18.1-alpine3.12 as builder # Create a directory where our app will be placed RUN mkdir -p /app