From 16008f32f50188f8c41084b1741103969d6d8244 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Dec 2025 23:25:01 +0000 Subject: [PATCH] fix: content/ko/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-3314585 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 --- content/ko/examples/service/access/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ko/examples/service/access/Dockerfile b/content/ko/examples/service/access/Dockerfile index 61c8ce2831bed..1c3a194cc5276 100644 --- a/content/ko/examples/service/access/Dockerfile +++ b/content/ko/examples/service/access/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.17.3 +FROM nginx:1.29.4 RUN rm /etc/nginx/conf.d/default.conf COPY frontend-nginx.conf /etc/nginx/conf.d