chore(deps): update nginx docker tag to v1.29.8 (#169)
schemas-app / build (push) Successful in 1m15s
schemas-app / deploy-prod (push) Successful in 1m49s

This commit was merged in pull request #169.
This commit is contained in:
2026-04-10 18:20:55 +00:00
parent 46e4ec8ce1
commit 9b5a9c60c0
+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