chore(deps): update nginx docker tag to v1.30.0 (#209)
unbound-site / build (push) Successful in 53s
unbound-site / deploy-prod (push) Successful in 1m29s

This commit was merged in pull request #209.
This commit is contained in:
2026-04-18 23:11:45 +00:00
parent 96e6a8ca02
commit 50551bec95
+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 \
wget
@@ -13,7 +13,7 @@ COPY ./ /site
WORKDIR /site
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
COPY --from=build /site/public /usr/share/nginx/html