chore(deps): update nginx docker tag to v1.31.2 (#267)
schemas-app / build (push) Successful in 1m21s
schemas-app / deploy-prod (push) Successful in 1m35s

This commit was merged in pull request #267.
This commit is contained in:
2026-06-21 00:13:13 +00:00
parent dc30dfd4f8
commit fc82407b4c
+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.1@sha256:c81b9fbaf3132ca4bc93bce39d423fae676b4fe3ffc6368d8585b38f515f251a
FROM amd64/nginx:1.31.2@sha256:7ee510cf2ffa2d94a10f8f8e2f4fb547c0dd3783b56ed9f9efee84a3081ac25c
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf