From 13bfcd2517c743e1bc313b8d89631772702ae112 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Fri, 30 Dec 2022 13:03:59 -0300 Subject: [PATCH] Revert "Revert last nginx bump" This reverts commit f2d598c2cd2341b1b18bf040e6349678edc55b1b. We fixed the nginx.config in core to work with latest nginx --- image/base/install-nginx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/image/base/install-nginx b/image/base/install-nginx index a1616c8..aa24338 100755 --- a/image/base/install-nginx +++ b/image/base/install-nginx @@ -2,8 +2,8 @@ set -e # version check: https://nginx.org/en/download.html -VERSION=1.21.6 -HASH="66dc7081488811e9f925719e34d1b4504c2801c81dee2920e5452a86b11405ae" +VERSION=1.23.3 +HASH="75cb5787dbb9fae18b14810f91cc4343f64ce4c24e27302136fb52498042ba54" cd /tmp wget -q https://nginx.org/download/nginx-$VERSION.tar.gz -- 2.25.1