chore(deps): update nginx docker tag to v1.29.8
renovate/stability-days Updates have met minimum release age requirement
schemas-app / build (pull_request) Successful in 2m35s
schemas-app / deploy-prod (pull_request) Has been skipped

This commit is contained in:
2026-04-10 18:17:38 +00:00
parent 46e4ec8ce1
commit 11396fcddf
+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.7@sha256:e024ff0d0692587d16aecca603706b453428f476da24547b3df582ea65f54c8b
FROM amd64/nginx:1.29.8@sha256:b4c899988815cfc0fdff1151e28d8e97eff1291e153a912b787bfcd5e4b0a819
MAINTAINER Joakim Olsson <joakim@unbound.se>
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf