From 3a034edc57aa998b2b36073563600135b60a9fce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Aug 2023 02:29:40 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3368755 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3368755 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5661570 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5661570 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5821141 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 060a279..b4a44cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN npm install RUN npm run build RUN npm prune -FROM node:18.14.1-alpine as webapp +FROM node:18.17.1-alpine as webapp RUN apk add curl WORKDIR /opt/app COPY . /opt/app