From f2804b67e3ba2cb5578d312b824d4e09e387f9a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Serba?= Date: Fri, 26 Apr 2024 17:20:19 +0200 Subject: [PATCH] chore: update to nginx 1.26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 39e1704..2462906 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # -------------- Build-time variables -------------- ARG NEXTCLOUD_VERSION=29.0.0 ARG PHP_VERSION=8.3 -ARG NGINX_VERSION=1.25 +ARG NGINX_VERSION=1.26 ARG ALPINE_VERSION=3.19 ARG HARDENED_MALLOC_VERSION=11