From c7e2c32265c91e94be4fd8e06d48b2d0e48038ae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Nov 2024 21:30:06 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908400 - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908409 - https://snyk.io/vuln/SNYK-ALPINE319-CURL-7567383 - https://snyk.io/vuln/SNYK-ALPINE319-CURL-7567383 - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908399 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4edecdd..81c711f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN cargo install mdbook --version "${MDBOOK_VERSION}" --target "${ARC}" RUN mdbook build -FROM nginx:1.25-alpine +FROM nginx:1.26.2-alpine ARG DATE_CREATED