chore(deps): update nginx docker tag to v1.31.1 (#232)
schemas-app / build (push) Successful in 1m29s
schemas-app / deploy-prod (push) Successful in 1m34s

This commit was merged in pull request #232.
This commit is contained in:
2026-05-25 18:54:40 +00:00
parent 0f6c13a1a4
commit c15ef61a0d
+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.0@sha256:ff3292da2d59b9a574a8de3c6e1754547813220a26e0d2bae0dce7d996f79c22
FROM amd64/nginx:1.31.1@sha256:517c2431e2b76faec21d2cc51608349b1856a92b7c9016ba479dde7f0fa553eb
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf