From 02280dba9b9962b9b8476d44d2f1996fd50108e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Oct 2024 23:19:34 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-LIBWEBP-5893094 - https://snyk.io/vuln/SNYK-DEBIAN11-NGHTTP2-5953384 - https://snyk.io/vuln/SNYK-DEBIAN11-CURL-5955037 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 49a88684a..8cee1c265 100644 --- a/Dockerfile +++ b/Dockerfile @@ -141,6 +141,6 @@ FROM production AS worker COPY --from=builder /learninglocker/worker/dist/server /learninglocker/server # Target: Nginx -FROM nginx:1.22 AS nginx +FROM nginx:1.26.2 AS nginx COPY --from=builder /learninglocker/ui/dist/public /learninglocker/public COPY nginx.conf.example /etc/nginx/conf.d/default.conf