chore(deps): update nginx docker tag to v1.29.2

This commit is contained in:
Renovate
2025-10-08 02:14:48 +00:00
parent 37eb84baac
commit e06702d278
+2 -2
View File
@@ -1,4 +1,4 @@
FROM amd64/nginx:1.29.1-alpine@sha256:cb7f87a9d4da823e752a37b63d93f8090c00ac45abe3b0f723498cf71d1bf680 as build
FROM amd64/nginx:1.29.2-alpine@sha256:cfb90b7bd6f7e07282cce406f07eb1ae151b1f8735916da5e43bb45d7214d923 as build
RUN apk add --update \
wget
@@ -13,7 +13,7 @@ COPY ./ /site
WORKDIR /site
RUN hugo
FROM amd64/nginx:1.29.1-alpine@sha256:cb7f87a9d4da823e752a37b63d93f8090c00ac45abe3b0f723498cf71d1bf680
FROM amd64/nginx:1.29.2-alpine@sha256:cfb90b7bd6f7e07282cce406f07eb1ae151b1f8735916da5e43bb45d7214d923
ADD default.conf /etc/nginx/conf.d/default.conf
COPY --from=build /site/public /usr/share/nginx/html