From b9afaa7c4b6f8d4583f2b7cfbb63fc2afd98e308 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] 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> --- 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" \