chore(deps): update nginx:1.29.3 docker digest to baf707d #31

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/nginx-1.29.3 into main 2025-12-09 08:51:39 +00:00
+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:4fd8a65a560a906addb9930f2cd5a3d33ff5b8e8b50e983bce275c9c78151a96
FROM amd64/nginx:1.29.3@sha256:baf707da2d4fc3ae3f1b4ae266fc5c46ad17f925eb04f5c00378e978a267ea4a
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf