chore(deps): update nginx docker tag to v1.31.5 (#342)
schemas-app / build (push) Successful in 48s
schemas-app / deploy-prod (push) Successful in 1m16s

This commit was merged in pull request #342.
This commit is contained in:
2026-09-02 23:10:22 +00:00
parent 90d73c2014
commit 9ec9f1fcc4
+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 FROM scratch as export
COPY --from=builder /build/coverage / COPY --from=builder /build/coverage /
FROM amd64/nginx:1.31.4@sha256:69a292b768fc5d9a4bc9015507baa51a3d77e718d5440c2ebb135e942a56e28c FROM amd64/nginx:1.31.5@sha256:e9edb980c805d3c55dfbb73a88bf0340697a6643661757cf656b0d48ca118873
MAINTAINER Joakim Olsson <joakim@unbound.se> MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf COPY ./nginx/nginx.conf /etc/nginx/nginx.conf