From 62dc9f361f6fa0ecb9c193a0fd89ae3dad8067cd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Aug 2025 00:02:34 +0000 Subject: [PATCH] fix: content/zh-cn/examples/service/access/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-FREETYPE-1019582 - https://snyk.io/vuln/SNYK-DEBIAN10-LIBWEBP-5893093 - https://snyk.io/vuln/SNYK-DEBIAN10-ZLIB-2976149 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2933515 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2807585 --- content/zh-cn/examples/service/access/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh-cn/examples/service/access/Dockerfile b/content/zh-cn/examples/service/access/Dockerfile index 75a0fd63a9113..0d49ad447c5ab 100644 --- a/content/zh-cn/examples/service/access/Dockerfile +++ b/content/zh-cn/examples/service/access/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.17.3 +FROM nginx:1.29.1 RUN rm /etc/nginx/conf.d/default.conf COPY frontend-nginx.conf /etc/nginx/conf.d \ No newline at end of file