chore(deps): update nginx docker tag to v1.30.0
renovate/stability-days Updates have met minimum release age requirement
unbound-site / build (pull_request) Successful in 1m0s
unbound-site / deploy-prod (pull_request) Has been skipped

This commit is contained in:
2026-04-18 22:13:28 +00:00
parent 96e6a8ca02
commit 8ccbe7a52a
+2 -2
View File
@@ -1,4 +1,4 @@
FROM amd64/nginx:1.29.8-alpine@sha256:d4e09bfbc6e3f3f3f7523f09f90d5d729ab8d758cc0bf1961af0c6ef4d76e497 as build FROM amd64/nginx:1.30.0-alpine@sha256:d402d461fe2c2510abac96bfa06a4342f9978c7deec9618828f4ee7a4bd3e2e1 as build
RUN apk add --update \ RUN apk add --update \
wget wget
@@ -13,7 +13,7 @@ COPY ./ /site
WORKDIR /site WORKDIR /site
RUN hugo RUN hugo
FROM amd64/nginx:1.29.8-alpine@sha256:d4e09bfbc6e3f3f3f7523f09f90d5d729ab8d758cc0bf1961af0c6ef4d76e497 FROM amd64/nginx:1.30.0-alpine@sha256:d402d461fe2c2510abac96bfa06a4342f9978c7deec9618828f4ee7a4bd3e2e1
ADD default.conf /etc/nginx/conf.d/default.conf ADD default.conf /etc/nginx/conf.d/default.conf
COPY --from=build /site/public /usr/share/nginx/html COPY --from=build /site/public /usr/share/nginx/html