From 83b5490fb9bf461f3aa11025f3945429743e298f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 02:01:26 +0000 Subject: [PATCH] Bump library/nginx from 1.21.6-alpine to 1.23.3-alpine in /build Bumps library/nginx from 1.21.6-alpine to 1.23.3-alpine. --- updated-dependencies: - dependency-name: library/nginx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 1af56ded9a..72e484e9c5 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -27,7 +27,7 @@ RUN --mount=type=bind,from=opentracing-lib,target=/tmp/ot/ \ ############################################# Base image for Alpine ############################################# # docker.io/library/nginx is a temporary workaround for Dependabot to see this as different from the one used in Debian -FROM docker.io/library/nginx:1.21.6-alpine AS alpine +FROM docker.io/library/nginx:1.23.3-alpine AS alpine RUN --mount=type=bind,from=alpine-opentracing-lib,target=/tmp/ot/ \ apk add --no-cache libcap libstdc++ \