chore(deps): update nginx docker tag to v1.29.1 #144

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/nginx-1.x into master 2025-08-14 08:26:08 +00:00
+2 -2
View File
@@ -1,4 +1,4 @@
FROM amd64/nginx:1.29.0-alpine@sha256:5ea2ef2efdcf2dda8d7b3bf26102fba741bcb87af59230929ff61526409acddb as build
FROM amd64/nginx:1.29.1-alpine@sha256:cb7f87a9d4da823e752a37b63d93f8090c00ac45abe3b0f723498cf71d1bf680 as build
RUN apk add --update \
wget
@@ -13,7 +13,7 @@ COPY ./ /site
WORKDIR /site
RUN hugo
FROM amd64/nginx:1.29.0-alpine@sha256:5ea2ef2efdcf2dda8d7b3bf26102fba741bcb87af59230929ff61526409acddb
FROM amd64/nginx:1.29.1-alpine@sha256:cb7f87a9d4da823e752a37b63d93f8090c00ac45abe3b0f723498cf71d1bf680
ADD default.conf /etc/nginx/conf.d/default.conf
COPY --from=build /site/public /usr/share/nginx/html