From e4b817a03d2286236cca12150c5022a4d5d9a2b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 01:35:02 +0000 Subject: [PATCH] chore(deps): bump alwatr/nginx-json in /packages/nginx Bumps [alwatr/nginx-json](https://github.com/Alwatr/nginx) from 2.0.2 to 2.1.1. - [Release notes](https://github.com/Alwatr/nginx/releases) - [Commits](https://github.com/Alwatr/nginx/compare/v2.0.2...v2.1.1) --- updated-dependencies: - dependency-name: alwatr/nginx-json dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nginx/Dockerfile b/packages/nginx/Dockerfile index 67eae732..d4cf52d4 100644 --- a/packages/nginx/Dockerfile +++ b/packages/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/alwatr/nginx-json:2.0.2 +FROM ghcr.io/alwatr/nginx-json:2.1.1 LABEL org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-json:2.0.2"