Skip to content

Commit f847005

Browse files
Update nginx Docker tag to v1.29.0
| datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | nginx | 1.28.0 | 1.29.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de79667 commit f847005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile.nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM scratch AS nginx-files
44
# the following links can be replaced with local files if needed, i.e. ADD --chown=101:1001 <local_file> <container_file>
55
ADD --link --chown=101:1001 https://cs.nginx.com/static/keys/nginx_signing.rsa.pub nginx_signing.rsa.pub
66

7-
FROM nginx:1.28.0-alpine-otel
7+
FROM nginx:1.29.0-alpine-otel
88

99
# renovate: datasource=github-tags depName=nginx/agent
1010
ARG NGINX_AGENT_VERSION=v3.0.2

0 commit comments

Comments
 (0)