From e1dd592f0a8bc42e681c39e56f1d4ee200e7ec5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 09:30:18 +0200 Subject: [PATCH] chore(deps): update nginx docker tag to v1.23.4 (#8) See https://trac.nginx.org/nginx/milestone/nginx-1.23.4 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 28bd1e4..202f5a2 100644 --- a/build-images.sh +++ b/build-images.sh @@ -4,7 +4,7 @@ set -e images=() repobase="${REPOBASE:-ghcr.io/nethserver}" -NGINX_VERSION=1.23.3-alpine +NGINX_VERSION=1.23.4-alpine reponame="ldapproxy" container=$(buildah from scratch)