We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d033d5 commit 051238fCopy full SHA for 051238f
build/Dockerfile
@@ -11,7 +11,7 @@ RUN make build
11
12
FROM golang:1.22 as ca-certs-provider
13
14
-FROM alpine:3.19 as capabilizer
+FROM alpine:3.20 as capabilizer
15
RUN apk add --no-cache libcap
16
17
FROM capabilizer as local-capabilizer
build/Dockerfile.nginxplus
@@ -5,7 +5,7 @@ FROM scratch as nginx-files
5
ADD --link --chown=101:1001 https://cs.nginx.com/static/keys/nginx_signing.rsa.pub nginx_signing.rsa.pub
6
7
8
-FROM alpine:3.19
+FROM alpine:3.20
9
10
ARG NGINX_PLUS_VERSION=R32
ARG NJS_DIR
0 commit comments