From d11ad56158578e7a13f5652c3ed5e19d148b39da Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 21 Oct 2024 13:02:14 -0400 Subject: [PATCH] Update bunkerweb.sh fixes https://github.com/tteck/Proxmox/issues/3942 --- ct/bunkerweb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/bunkerweb.sh b/ct/bunkerweb.sh index 42f0e50f..98a80963 100644 --- a/ct/bunkerweb.sh +++ b/ct/bunkerweb.sh @@ -66,7 +66,7 @@ Pin: version ${RELEASE} Pin-Priority: 1001 EOF apt-get update - apt-get install -y nginx=1.26.1* + apt-get install -y nginx=1.26.2* apt-get install -y bunkerweb=${RELEASE} echo "${RELEASE}" >/opt/${APP}_version.txt msg_ok "Updated ${APP} to ${RELEASE}"