8000 Bump library/nginx from 1.19.10-alpine to 1.21.0-alpine in /build (#1… · nginx/kubernetes-ingress@9dcdfd3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9dcdfd3

Browse files
Bump library/nginx from 1.19.10-alpine to 1.21.0-alpine in /build (#1630)
Bumps library/nginx from 1.19.10-alpine to 1.21.0-alpine. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a21112e commit 9dcdfd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update \
1111

1212
############################################# Base image for Alpine #############################################
1313
# docker.io/library/nginx is a temporary workaround for Dependabot to see this as different from the one used in Debian
14-
FROM docker.io/library/nginx:1.19.10-alpine AS alpine
14+
FROM docker.io/library/nginx:1.21.0-alpine AS alpine
1515

1616
RUN apk add --no-cache libcap \
1717
&& rm -rf /var/cache/apk/*

0 commit comments

Comments
 (0)
0