chore(deps): update nginx:1.31.4 docker digest to 69a292b (#332)
schemas-app / build (push) Successful in 1m26s
schemas-app / deploy-prod (push) Successful in 1m4s

This commit was merged in pull request #332.
This commit is contained in:
2026-08-25 03:12:52 +00:00
parent df3f5d1967
commit be74e80393
+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.31.4@sha256:cb2bb6f97a48323d18af97bb10203bc6a04dcb346eb213ee73df010dd493308c
FROM amd64/nginx:1.31.4@sha256:69a292b768fc5d9a4bc9015507baa51a3d77e718d5440c2ebb135e942a56e28c
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf