Skip to content

Commit

Permalink
Bump library/nginx from 1.19.9-alpine to 1.19.10-alpine in /build (#1595
Browse files Browse the repository at this point in the history
)

Bumps library/nginx from 1.19.9-alpine to 1.19.10-alpine.

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 May 14, 2021
1 parent 4a0dd42 commit 7e0abe7
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 @@ 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.19.9-alpine AS alpine
FROM docker.io/library/nginx:1.19.10-alpine AS alpine

RUN apk add --no-cache libcap \
&& rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 7e0abe7

Please sign in to comment.