Skip to content

Commit 16b67bf

Browse files
Bump nginx from 1.25.0-alpine to 1.25.1-alpine in /build (#4006)
Bumps nginx from 1.25.0-alpine to 1.25.1-alpine. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 81d7c2e commit 16b67bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM opentracing/nginx-opentracing:nginx-1.25.0-alpine as alpine-opentracing-lib
1010

1111

1212
############################################# Base image for Debian #############################################
13-
FROM nginx:1.25.0 AS debian
13+
FROM nginx:1.25.1 AS debian
1414

1515
RUN --mount=type=bind,from=opentracing-lib,target=/tmp/ot/ \
1616
apt-get update \
@@ -24,7 +24,7 @@ RUN --mount=type=bind,from=opentracing-lib,target=/tmp/ot/ \
2424

2525

2626
############################################# Base image for Alpine #############################################
27-
FROM nginx:1.25.0-alpine AS alpine
27+
FROM nginx:1.25.1-alpine AS alpine
2828

2929
RUN --mount=type=bind,from=alpine-opentracing-lib,target=/tmp/ot/ \
3030
apk add --no-cache libcap libstdc++ \

0 commit comments

Comments
 (0)