From 9dba1fcd59474fad6acfbf81cdb7cc1ca6ccc39c Mon Sep 17 00:00:00 2001 From: TimVanMourik Date: Thu, 27 Aug 2026 09:11:33 +0200 Subject: [PATCH] deps: upgrade nginx --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 32e4d52..4c3ecb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN scripts/build_info.sh ###### DISTRIBUTION STAGE ###### -FROM nginx:1.31.2-alpine3.23-slim AS dist-stage +FROM nginx:1.31.4-alpine3.24-slim AS dist-stage # sass (used in start.sh) RUN apk update && apk upgrade --no-cache && apk add --no-cache libsass sassc && rm -f /tmp/* && rm -rf /var/cache/apk/*