From 007825550d4361d3cce10f1deb69d56963128d6c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Feb 2024 03:01:04 +0000 Subject: [PATCH] fix: convertPheno_client/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-CURL-5958910 - https://snyk.io/vuln/SNYK-ALPINE317-CURL-5958910 - https://snyk.io/vuln/SNYK-ALPINE317-EXPAT-6241042 - https://snyk.io/vuln/SNYK-ALPINE317-LIBWEBP-5902239 - https://snyk.io/vuln/SNYK-ALPINE317-NGHTTP2-5954769 --- convertPheno_client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convertPheno_client/Dockerfile b/convertPheno_client/Dockerfile index 00734493..35820a0f 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.25.4-alpine RUN apk add openssl shadow RUN apk add --no-cache npm RUN npm install -g vite