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 de79667 commit f847005Copy full SHA for f847005
build/Dockerfile.nginx
@@ -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 nginx:1.28.0-alpine-otel
+FROM nginx:1.29.0-alpine-otel
8
9
# renovate: datasource=github-tags depName=nginx/agent
10
ARG NGINX_AGENT_VERSION=v3.0.2
0 commit comments