From 36ce6f450c2170780d5f863c6afc81a8f657d5ca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Nov 2024 05:52:34 +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..af5c9cce 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.26.2-alpine RUN apk add openssl shadow RUN apk add --no-cache npm RUN npm install -g vite