Revert "Revert last nginx bump"
authorRafael dos Santos Silva <xfalcox@gmail.com>
Fri, 30 Dec 2022 16:03:59 +0000 (13:03 -0300)
committerRafael dos Santos Silva <xfalcox@gmail.com>
Fri, 30 Dec 2022 16:15:05 +0000 (13:15 -0300)
This reverts commit f2d598c2cd2341b1b18bf040e6349678edc55b1b.

We fixed the nginx.config in core to work with latest nginx

image/base/install-nginx

index a1616c804d9fcaa7c15f927644412f1e189c6dd0..aa24338c0ec50af042a1772ab82b03e620878161 100755 (executable)
@@ -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