From 95dbcf305b2e8794e8f5288a9a1f3faea0a265aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:31:41 -0700 Subject: [PATCH 1/3] Bump nginx from 1.25.2-alpine to 1.25.3-alpine in /build (#4562) Bumps nginx from 1.25.2-alpine to 1.25.3-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 c30904143868e90ac9372c210a6c0778eb24ae59) --- build/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 23a4d6fd07..eb0eb3dc4e 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.2 AS debian +FROM nginx:1.25.3 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.2-alpine AS alpine +FROM nginx:1.25.3-alpine AS alpine RUN --mount=type=bind,from=alpine-opentracing-lib,target=/tmp/ot/ \ apk add --no-cache libcap libstdc++ \ From 326379f30f77edc2118259e74b543381c50608e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 15:25:10 -0700 Subject: [PATCH 2/3] Bump nginxcontrib/nginx from 1.25.2-ubi to 1.25.3-ubi in /build (#4567) Bumps nginxcontrib/nginx from 1.25.2-ubi to 1.25.3-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 b9afaa7c4b6f8d4583f2b7cfbb63fc2afd98e308) --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index eb0eb3dc4e..d1b3c52184 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.2-ubi AS ubi +FROM nginxcontrib/nginx:1.25.3-ubi AS ubi ARG IC_VERSION LABEL name="NGINX Ingress Controller" \ From 03ab5896202d966c233372ad0c1e12bc072d4e98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 18:46:55 -0700 Subject: [PATCH 3/3] Bump opentracing/nginx-opentracing from nginx-1.25.2 to nginx-1.25.3 in /build (#4570) Bump opentracing/nginx-opentracing in /build Bumps opentracing/nginx-opentracing from nginx-1.25.2 to nginx-1.25.3. --- 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 2d2a6774fd10948d5ab95ac90d81c35e1bebb59c) --- build/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index d1b3c52184..ec486fbeff 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.2 as opentracing-lib -FROM opentracing/nginx-opentracing:nginx-1.25.2-alpine as alpine-opentracing-lib +FROM opentracing/nginx-opentracing:nginx-1.25.3 as opentracing-lib +FROM opentracing/nginx-opentracing:nginx-1.25.3-alpine as alpine-opentracing-lib FROM ghcr.io/nginxinc/alpine-fips:0.1.1-alpine3.18 as alpine-fips