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 05828f4 commit 44f02c3Copy full SHA for 44f02c3
build/Dockerfile.nginxplus
@@ -4,7 +4,7 @@ FROM scratch AS nginx-files
4
# the following links can be replaced with local files if needed, i.e. ADD --chown=101:1001 <local_file> <container_file>
5
ADD --link --chown=101:1001 https://cs.nginx.com/static/keys/nginx_signing.rsa.pub nginx_signing.rsa.pub
6
7
-FROM alpine:3.21
+FROM alpine:3.22
8
9
ARG NGINX_PLUS_VERSION=R34
10
# renovate: datasource=github-tags depName=nginx/agent
0 commit comments