From 69ddc65e20f7a295c1d227a23506daa6a0675e64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 07:40:34 -0700 Subject: [PATCH] build(deps): bump nginx from 1.25.5 to 1.27.0 (#261) Bumps nginx from 1.25.5 to 1.27.0. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alessandro Fael Garcia --- Dockerfile.oss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.oss b/Dockerfile.oss index 322f34c..4130624 100644 --- a/Dockerfile.oss +++ b/Dockerfile.oss @@ -1,8 +1,8 @@ -FROM nginx:1.25.5@sha256:a484819eb60211f5299034ac80f6a681b06f89e65866ce91f356ed7c72af059c +FROM nginx:1.27.0@sha256:56b388b0d79c738f4cf51bbaf184a14fab19337f4819ceb2cae7d94100262de8 # NJS env vars ENV NJS_VERSION 0.8.4 -ENV NJS_RELEASE 3~bookworm +ENV NJS_RELEASE 2~bookworm # Proxy cache env vars ENV PROXY_CACHE_MAX_SIZE "10g"