chore(deps): update nginx docker tag to v1.31.4
schemas-app / build (push) Skipped
renovate/stability-days Updates have met minimum release age requirement
schemas-app / build (pull_request) Successful in 3m10s
schemas-app / deploy-prod (pull_request) Skipped

This commit is contained in:
2026-08-19 21:12:09 +00:00
parent d90f9023aa
commit 97e1153ad3
+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