From fedc46a497927b0fa4668ec81c85fa4b2b1c369e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 10:42:40 +0000 Subject: [PATCH] chore(deps): bump alwatr/nginx-json in /packages/nginx Bumps [alwatr/nginx-json](https://github.com/Alwatr/nginx) from 2.2.1 to 2.3.1. - [Release notes](https://github.com/Alwatr/nginx/releases) - [Commits](https://github.com/Alwatr/nginx/compare/v2.2.1...v2.3.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 0fe1f81e..99310358 100644 --- a/packages/nginx/Dockerfile +++ b/packages/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/alwatr/nginx-json:2.2.1 +FROM ghcr.io/alwatr/nginx-json:2.3.1 LABEL org.opencontainers.image.base.name="ghcr.io/alwatr/nginx-json:2.2.1"