From 28b4b3e628d5b99577513b52cf38f0c3388dbc97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 03:47:06 +0000 Subject: [PATCH] Bump nginxcontrib/nginx from 1.25.0-ubi to 1.25.1-ubi in /build Bumps nginxcontrib/nginx from 1.25.0-ubi to 1.25.1-ubi. --- updated-dependencies: - dependency-name: nginxcontrib/nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index bc24cfe2f2..a7f73a3756 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -110,7 +110,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.0-ubi AS ubi +FROM nginxcontrib/nginx:1.25.1-ubi AS ubi ARG IC_VERSION LABEL name="NGINX Ingress Controller" \