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

This commit is contained in:
Renovate
2025-12-08 23:54:27 +00:00
parent a2188d85f7
commit 3f21c950eb
+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