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

This commit is contained in:
Renovate
2025-06-24 22:59:37 +00:00
parent b68834ac55
commit 0a7722d991
+1 -1
View File
@@ -9,7 +9,7 @@ COPY ./ ./
RUN npm run generate && npm run lint
#RUN yarn start:ci & yarn wait && yarn test:cypress
FROM amd64/nginx:1.28.0@sha256:64a1715d2c0a25ea6070802056f01ca5b50859119828b6d8903aec2b1783cd52
FROM amd64/nginx:1.29.0@sha256:4505fddab35f3ab3deac30cf69c851e6a6538930ca282896a2524306f84a5787
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY --from=builder /build/.output/public/ /usr/share/nginx/html/