From 59a02675c4d66e72fe7cdccf9f64895f175af7de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Feb 2024 17:38:30 +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-5821141 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6032385 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6032385 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 060a279..c05b942 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.19.1-alpine as webapp RUN apk add curl WORKDIR /opt/app COPY . /opt/app