From 4b46c4d86ed7784c9e85232f38d091659d42121d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 22 Dec 2023 16:36:17 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104720 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104720 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104721 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-6104721 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 60fce0c2..6eff1e10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,6 @@ RUN mkdocs build # Extract the static content from the build # and use a nginx image to serve the content -FROM nginx:alpine +FROM nginx:1.25.3-alpine3.18 COPY --from=app-zip-creator /app.zip /usr/share/nginx/html/assets/app.zip COPY --from=build /app/site /usr/share/nginx/html