From 1a194fd0130cd6830b620856d9707202d2462274 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Jun 2023 19:22:09 +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-5291795 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5661570 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5661570 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 060a279..4f04180 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.15-alpine as webapp RUN apk add curl WORKDIR /opt/app COPY . /opt/app