Skip to content

Commit 6260e49

Browse files
Bump nginx from 1.23.2 to 1.23.3 in /build
Bumps nginx from 1.23.2 to 1.23.3. --- updated-dependencies: - dependency-name: nginx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1886b7a commit 6260e49

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.23.2-alpine as alpine-opentracing-lib
1010

1111

1212
############################################# Base image for Debian #############################################
13-
FROM nginx:1.23.2 AS debian
13+
FROM nginx:1.23.3 AS debian
1414

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

2323

2424
############################################# Base image for Alpine #############################################
25-
FROM nginx:1.23.2-alpine AS alpine
25+
FROM nginx:1.23.3-alpine AS alpine
2626

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

0 commit comments

Comments
 (0)