From 3317171a17f5566c418faf75c22d041746b80f08 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Oct 2024 01:45:08 +0000 Subject: [PATCH] fix: content/en/examples/service/access/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-LIBWEBP-5893093 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 - https://snyk.io/vuln/SNYK-DEBIAN10-FREETYPE-1019582 - https://snyk.io/vuln/SNYK-DEBIAN10-DPKG-2847944 --- content/en/examples/service/access/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/examples/service/access/Dockerfile b/content/en/examples/service/access/Dockerfile index 61c8ce2831bed..3d673620d5e00 100644 --- a/content/en/examples/service/access/Dockerfile +++ b/content/en/examples/service/access/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.17.3 +FROM nginx:1.27.2 RUN rm /etc/nginx/conf.d/default.conf COPY frontend-nginx.conf /etc/nginx/conf.d