chore(deps): update nginx:1.30.0 docker digest to 67c70b6 (#182)
schemas-app / build (push) Successful in 51s
schemas-app / deploy-prod (push) Successful in 1m29s

This commit was merged in pull request #182.
This commit is contained in:
2026-04-22 03:12:21 +00:00
parent 168db13c97
commit 4bfdfbf9b1
+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.30.0@sha256:5e9daa0c19a62005bf5663d17a81fee8ba8ab545bab633a0b47260fbf31b0541
FROM amd64/nginx:1.30.0@sha256:67c70b6b05c46c8b52c9b8a7575edb95bf8f920de4cb3b5be5aff66cdea4efa8
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf