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

This commit is contained in:
Renovate 2024-10-13 11:31:01 +00:00
parent fc235e6310
commit 7e5a65bc14

View file

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