From 5dc465eae6dd7c684cae650b68e2c1d95a0d0b7e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Feb 2025 06:52:29 +0000 Subject: [PATCH] fix: convertPheno_client/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-LIBWEBP-5902239 - https://snyk.io/vuln/SNYK-ALPINE317-NGHTTP2-5954769 - https://snyk.io/vuln/SNYK-ALPINE317-CURL-5958910 - https://snyk.io/vuln/SNYK-ALPINE317-EXPAT-7908296 - https://snyk.io/vuln/SNYK-ALPINE317-EXPAT-7908297 --- convertPheno_client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convertPheno_client/Dockerfile b/convertPheno_client/Dockerfile index 00734493..3c18971c 100644 --- a/convertPheno_client/Dockerfile +++ b/convertPheno_client/Dockerfile @@ -15,7 +15,7 @@ COPY . . RUN pnpm run build #production environment -FROM nginx:1.23-alpine +FROM nginx:1.27.4-alpine RUN apk add openssl shadow RUN apk add --no-cache npm RUN npm install -g vite