From 9ede9ad0fa07f1804c857a1454b08d117b541038 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 03:38:34 +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-2809179 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-1569452 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-2426332 - https://snyk.io/vuln/SNYK-ALPINE312-OPENSSL-2426332 --- services/web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/Dockerfile b/services/web/Dockerfile index 95f7672a..bd404697 100644 --- a/services/web/Dockerfile +++ b/services/web/Dockerfile @@ -27,7 +27,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.21.4.1rc3-alpine RUN apk add gettext curl # React RUN rm /etc/nginx/conf.d/default.conf