chore(deps): update nginx docker tag to v1.31.4 (#329)
schemas-app / build (push) Successful in 2m59s
schemas-app / deploy-prod (push) Successful in 1m13s

This commit was merged in pull request #329.
This commit is contained in:
2026-08-19 21:38:03 +00:00
parent d90f9023aa
commit 8ab2166a8a
+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.3@sha256:48d15d50712293218f8e39cac166d2dc51c10d569b7223d69ca495710cda9374 FROM amd64/nginx:1.31.4@sha256:cb2bb6f97a48323d18af97bb10203bc6a04dcb346eb213ee73df010dd493308c
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