From 94d7640803dc3b4a0075adfc86f6e2b6b2a80dec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 19:24:14 +0000 Subject: [PATCH] Update alpine Docker tag to v3.22 | datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | alpine | 3.21 | 3.22 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build/Dockerfile.nginxplus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile.nginxplus b/build/Dockerfile.nginxplus index e0d5e86c64..75cd021347 100644 --- a/build/Dockerfile.nginxplus +++ b/build/Dockerfile.nginxplus @@ -4,7 +4,7 @@ FROM scratch AS nginx-files # the following links can be replaced with local files if needed, i.e. ADD --chown=101:1001 ADD --link --chown=101:1001 https://cs.nginx.com/static/keys/nginx_signing.rsa.pub nginx_signing.rsa.pub -FROM alpine:3.21 +FROM alpine:3.22 ARG NGINX_PLUS_VERSION=R34 # renovate: datasource=github-tags depName=nginx/agent