chore(deps): update nginx:1.29.4 docker digest to 506d6be
schemas-app / build (pull_request) Failing after 2s
schemas-app / deploy-prod (pull_request) Has been skipped

This commit is contained in:
2026-01-09 19:29:06 +00:00
parent dee5303429
commit 83169e1ef9
+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:1ead684dc0a33ef421caa42403272afeae59c8933edcedda6926d964a44d3f01
FROM amd64/nginx:1.29.4@sha256:506d6be5e76c0b5bd15398853c158210cd030926eb0206bd11c14826e3ec9cdd
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf