From ff01fadea73fa1511f3577106afbdabc0bfadaf1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Mar 2022 00:24: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-APKTOOLS-1533753 - 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..50b37cab 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.3.1-alpine RUN apk add gettext curl # React RUN rm /etc/nginx/conf.d/default.conf