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

This commit is contained in:
Renovate
2025-12-09 23:54:39 +00:00
parent 09071caf3b
commit 9204033d22
+1 -1
View File
@@ -12,7 +12,7 @@ RUN npm run postinstall && npm run generate && npm run lint && npm run test:cove
FROM scratch as export
COPY --from=builder /build/coverage /
FROM amd64/nginx:1.29.3@sha256:baf707da2d4fc3ae3f1b4ae266fc5c46ad17f925eb04f5c00378e978a267ea4a
FROM amd64/nginx:1.29.4@sha256:40c0b43bfdf40f93753a9d70ada52bed7f1ce2b4af981d49cf866a8767f764b8
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf