Skip to content

Commit

Permalink
Bump nginx from 1.21.6 to 1.23.0 in /build (#2790)
Browse files Browse the repository at this point in the history
Bumps nginx from 1.21.6 to 1.23.0.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 23, 2022
1 parent 8513c43 commit 80254fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM opentracing/nginx-opentracing:nginx-1.21.6-alpine as alpine-opentracing-lib


############################################# Base image for Debian #############################################
FROM nginx:1.21.6 AS debian
FROM nginx:1.23.0 AS debian

RUN --mount=type=bind,from=opentracing-lib,target=/tmp/ot/ \
apt-get update \
Expand Down

0 comments on commit 80254fa

Please sign in to comment.