From 65544e537c7f21e3c9dbccd81396ac7e423f37fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 09:36:09 -0700 Subject: [PATCH 1/3] Bump nginx from 1.25.1-alpine to 1.25.2-alpine in /build (#4241) Bumps nginx from 1.25.1-alpine to 1.25.2-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 469016623ac21cd1aa5f362c35aa15df8f856167) --- build/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 3d958a1426..e0c5ecabcd 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -11,7 +11,7 @@ FROM ghcr.io/nginxinc/alpine-fips:0.1.1-alpine3.18 as alpine-fips ############################################# Base image for Debian ############################################# -FROM nginx:1.25.1 AS debian +FROM nginx:1.25.2 AS debian RUN --mount=type=bind,from=opentracing-lib,target=/tmp/ot/ \ apt-get update \ @@ -23,7 +23,7 @@ RUN --mount=type=bind,from=opentracing-lib,target=/tmp/ot/ \ ############################################# Base image for Alpine ############################################# -FROM nginx:1.25.1-alpine AS alpine +FROM nginx:1.25.2-alpine AS alpine RUN --mount=type=bind,from=alpine-opentracing-lib,target=/tmp/ot/ \ apk add --no-cache libcap libstdc++ \ From b773038b474d6d86f05995cc5ad5b6728d563136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 10:43:02 -0700 Subject: [PATCH 2/3] Bump nginxcontrib/nginx from 1.25.1-ubi to 1.25.2-ubi in /build (#4242) Bumps nginxcontrib/nginx from 1.25.1-ubi to 1.25.2-ubi. --- updated-dependencies: - dependency-name: nginxcontrib/nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 5af0ea581e10f4ad1cecc3f6185ec0266bf94a63) --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index e0c5ecabcd..630ca319ae 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -129,7 +129,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode ############################################# Base image for UBI ############################################# -FROM nginxcontrib/nginx:1.25.1-ubi AS ubi +FROM nginxcontrib/nginx:1.25.2-ubi AS ubi ARG IC_VERSION LABEL name="NGINX Ingress Controller" \ From 14928507650a8919e918b28ec6a5b5e38313b741 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:45:18 -0700 Subject: [PATCH 3/3] Bump opentracing/nginx-opentracing from nginx-1.25.1 to nginx-1.25.2 in /build (#4256) Bump opentracing/nginx-opentracing in /build Bumps opentracing/nginx-opentracing from nginx-1.25.1 to nginx-1.25.2. --- updated-dependencies: - dependency-name: opentracing/nginx-opentracing dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit bded30162cb70e7576414efebec15020d516a50f) --- build/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 630ca319ae..fb6c879b9d 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -5,8 +5,8 @@ ARG DOWNLOAD_TAG=edge ############################################# Base images containing libs for Opentracing and FIPS ############################################# -FROM opentracing/nginx-opentracing:nginx-1.25.1 as opentracing-lib -FROM opentracing/nginx-opentracing:nginx-1.25.1-alpine as alpine-opentracing-lib +FROM opentracing/nginx-opentracing:nginx-1.25.2 as opentracing-lib +FROM opentracing/nginx-opentracing:nginx-1.25.2-alpine as alpine-opentracing-lib FROM ghcr.io/nginxinc/alpine-fips:0.1.1-alpine3.18 as alpine-fips