From c468b12f5806f5df0d68373382c7d74d23611486 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 May 2025 07:23:55 +0000 Subject: [PATCH] fix: services/web/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE312-FREETYPE-1019648 - https://snyk.io/vuln/SNYK-ALPINE312-APKTOOLS-1533753 - https://snyk.io/vuln/SNYK-ALPINE312-FREETYPE-2809179 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-ZLIB-2977082 --- services/web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/Dockerfile b/services/web/Dockerfile index e7565cb..e6cabbf 100644 --- a/services/web/Dockerfile +++ b/services/web/Dockerfile @@ -26,7 +26,7 @@ RUN NODE_OPTIONS=--max_old_space_size=768 npm run build RUN ls /app/build # Main Image -FROM openresty/openresty:1.17.8.2-alpine +FROM openresty/openresty:1.27.1.2-alpine RUN apk add gettext curl # React RUN rm /etc/nginx/conf.d/default.conf