Update docker.io/nginx Docker tag to v1.29.1
All checks were successful
/ build (pull_request) Successful in 34s

This commit is contained in:
Renovate 2026-05-18 22:18:40 +00:00
commit 1276bc0e2f

View file

@ -1,4 +1,4 @@
FROM docker.io/nginx:1.27.2-bookworm
FROM docker.io/nginx:1.29.1-bookworm
RUN rm -rf /usr/share/nginx/html && mkdir -p /usr/share/nginx/html
COPY public /usr/share/nginx/html