chore(deps): update nginx docker tag to v1.29.6
schemas-app / build (pull_request) Successful in 2m56s
schemas-app / deploy-prod (pull_request) Has been skipped

This commit is contained in:
2026-03-10 23:07:36 +00:00
parent 2728a5b213
commit 52dde0bd82
+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.29.5@sha256:e5e99d386e625a3ae9492f8496903a42bac0abc0b9103852f180679aef9bf8a2
FROM amd64/nginx:1.29.6@sha256:5791d1ada3441acfb642e2519ab8becfb37e07e8663116aa1fa8bfea73703f17
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf