From 8d5182c42eabdc87af8659f4a399033c72a28534 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] 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++ \