From dcd28960a74ed6d3a935d5880950fb6630d5d202 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Nov 2022 18:14:31 +0000 Subject: [PATCH] fix: frontend/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE311-CURL-1585255 - https://snyk.io/vuln/SNYK-ALPINE311-CURL-1585255 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1569451 - https://snyk.io/vuln/SNYK-ALPINE311-OPENSSL-1569451 - https://snyk.io/vuln/SNYK-ALPINE311-ZLIB-2977081 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index d7fff6c0bb7..a36e9883c37 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -21,7 +21,7 @@ COPY . . RUN yarn build -FROM nginx:1.18-alpine +FROM nginx:mainline-alpine COPY conf/default.conf /etc/nginx/conf.d/default.conf