Skip to content

Commit

Permalink
Bump library/nginx from 1.21.5-alpine to 1.21.6-alpine in /build (#2387)
Browse files Browse the repository at this point in the history
Bumps library/nginx from 1.21.5-alpine to 1.21.6-alpine.

---
updated-dependencies:
- dependency-name: library/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>
  • Loading branch information
dependabot[bot] authored Jan 27, 2022
1 parent ade191d commit c048fdc
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 @@ -17,7 +17,7 @@ RUN apt-get update \

############################################# 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.5-alpine AS alpine
FROM docker.io/library/nginx:1.21.6-alpine AS alpine

RUN apk add --no-cache libcap

Expand Down

0 comments on commit c048fdc

Please sign in to comment.