From 90f4000099049bcb3d59e44234f6f843850be329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 00:06:19 +0000 Subject: [PATCH] chore(deps): bump alwatr/nginx-json in /packages/nherit Bumps [alwatr/nginx-json](https://github.com/Alwatr/nherit) from 4.0.0 to 4.5.3. - [Release notes](https://github.com/Alwatr/nherit/releases) - [Changelog](https://github.com/Alwatr/nherit/blob/next/release-node.txt) - [Commits](https://github.com/Alwatr/nherit/compare/v4.0.0...v4.5.3) --- updated-dependencies: - dependency-name: alwatr/nginx-json dependency-version: 4.5.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/nherit/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nherit/Dockerfile b/packages/nherit/Dockerfile index 3335d650..d00a1b04 100644 --- a/packages/nherit/Dockerfile +++ b/packages/nherit/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/alwatr/nginx-json:4.0.0 +FROM ghcr.io/alwatr/nginx-json:4.5.3 LABEL org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-json:3.5.0"