From af07b66a3d8a02750a8d2482156d0aba008c380b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 01:48:42 +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..e9de69df 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.19.9.1rc1-alpine RUN apk add gettext curl # React RUN rm /etc/nginx/conf.d/default.conf