From d0757272b5bbb60e03ed8ee96d495bdda0623ed2 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Sat, 19 Oct 2024 23:00:35 +0200 Subject: [PATCH] chore: nginx: update from 1.26.1 to 1.26.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b150d10..ae377e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then ARCH=amd64; elif [ "$TARGETPL # Note: no need to chain the RUN commands here as it's a builder image and nothing will be kept FROM alpine:3.19 AS nginx-builder -ENV NGINX_VERSION=1.26.1 +ENV NGINX_VERSION=1.26.2 # pin nginx modules versions # see https://github.com/google/ngx_brotli/issues/120 for the lack of tags # BROKEN HASH: ENV NGX_BROTLI_COMMIT_HASH=63ca02abdcf79c9e788d2eedcc388d2335902e52