From 5af2ef978a7517df02ce86bc2e5e245d815a65a5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 13 Nov 2024 22:10:50 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 60fce0c2c..a65880369 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.27.2-alpine3.20 COPY --from=app-zip-creator /app.zip /usr/share/nginx/html/assets/app.zip COPY --from=build /app/site /usr/share/nginx/html