From a677ce0f8a4f64d91b37573e38d33a1d798bc471 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 05:35:36 +0000 Subject: [PATCH] fix: Dockerfile.ui to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-NGINX-5953391 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-AOM-7197979 - https://snyk.io/vuln/SNYK-DEBIAN12-AOM-6140324 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-1547196 --- Dockerfile.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ui b/Dockerfile.ui index 48ec8fc59..16f61427a 100644 --- a/Dockerfile.ui +++ b/Dockerfile.ui @@ -15,7 +15,7 @@ RUN CI=true make install COPY ./ /app/ RUN make build/ui -FROM nginx:1.27.0 +FROM nginx:1.27.1 COPY ui_nginx.conf /etc/nginx/templates/default.conf.template COPY ui_nginx_headers.conf /etc/nginx/templates/headers.conf.template COPY --from=build-stage /app/packages/ui/dist /usr/share/nginx/html