chore(deps): update nginx:1.29.4 docker digest to 14c5410 (#62)
schemas-app / build (push) Successful in 39s
schemas-app / deploy-prod (push) Successful in 1m22s

This commit was merged in pull request #62.
This commit is contained in:
2026-01-13 04:13:53 +00:00
parent 97f6897cc5
commit e382e75bbb
+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.4@sha256:506d6be5e76c0b5bd15398853c158210cd030926eb0206bd11c14826e3ec9cdd
FROM amd64/nginx:1.29.4@sha256:14c54109a4bff01b4163013fc9509e7f097691c8484f5f0c6772d937c0a75a16
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf