From 2739f49bf4591b3a99d7f4fdb89c10ae012addf1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 4 Mar 2025 06:51:46 +0000 Subject: [PATCH] fix: services/web/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908292 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908293 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6241039 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908294 - https://snyk.io/vuln/SNYK-ALPINE318-LIBXML2-6245694 --- services/web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/Dockerfile b/services/web/Dockerfile index d4abcdaa..8affb29b 100644 --- a/services/web/Dockerfile +++ b/services/web/Dockerfile @@ -25,7 +25,7 @@ RUN NODE_OPTIONS=--max-old-space-size=1536 npm run build RUN ls /app/build # Main Image -FROM openresty/openresty:alpine +FROM openresty/openresty:1.21.4.4-1-alpine RUN apk add gettext curl # React RUN rm /etc/nginx/conf.d/default.conf