From 8324d010aefcc72319a065b83644b39703927d4e Mon Sep 17 00:00:00 2001 From: Yunus M Date: Wed, 20 Sep 2023 11:32:17 +0530 Subject: [PATCH] fix: frontend/Dockerfile to reduce vulnerabilities (#3589) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-LIBWEBP-5902239 Co-authored-by: snyk-bot --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index db4974a3b5..3209052799 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -24,7 +24,7 @@ COPY . . RUN yarn build -FROM nginx:1.24.0-alpine +FROM nginx:1.25.2-alpine COPY conf/default.conf /etc/nginx/conf.d/default.conf