From b25ce799ad7e25d6dbaca23356f47721859d9bd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:52:10 -0800 Subject: [PATCH] build(deps): bump nginx from 1.27.0 to 1.27.2 (#322) * build(deps): bump nginx from 1.27.0 to 1.27.2 Bumps nginx from 1.27.0 to 1.27.2. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * bump NJS version to match available packages --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Javier Evans --- Dockerfile.oss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.oss b/Dockerfile.oss index b2c9747..5c7b2c1 100644 --- a/Dockerfile.oss +++ b/Dockerfile.oss @@ -1,8 +1,8 @@ -FROM nginx:1.27.0@sha256:98f8ec75657d21b924fe4f69b6b9bff2f6550ea48838af479d8894a852000e40 +FROM nginx:1.27.2@sha256:28402db69fec7c17e179ea87882667f1e054391138f77ffaf0c3eb388efc3ffb # NJS env vars -ENV NJS_VERSION=0.8.4 -ENV NJS_RELEASE=2~bookworm +ENV NJS_VERSION=0.8.7 +ENV NJS_RELEASE=1~bookworm # Proxy cache env vars ENV PROXY_CACHE_MAX_SIZE=10g