Skip to content

Commit 051238f

Browse files
Bump alpine from 3.19 to 3.20 in /build (#2019)
Bumps alpine from 3.19 to 3.20. --- updated-dependencies: - dependency-name: alpine 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>
1 parent 2d033d5 commit 051238f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN make build
1111

1212
FROM golang:1.22 as ca-certs-provider
1313

14-
FROM alpine:3.19 as capabilizer
14+
FROM alpine:3.20 as capabilizer
1515
RUN apk add --no-cache libcap
1616

1717
FROM capabilizer as local-capabilizer

build/Dockerfile.nginxplus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM scratch as nginx-files
55
ADD --link --chown=101:1001 https://cs.nginx.com/static/keys/nginx_signing.rsa.pub nginx_signing.rsa.pub
66

77

8-
FROM alpine:3.19
8+
FROM alpine:3.20
99

1010
ARG NGINX_PLUS_VERSION=R32
1111
ARG NJS_DIR

0 commit comments

Comments
 (0)