Docker: Bump nginx in /.docker/web-nginx (#284)

Bumps nginx from 1.29.6-alpine to 1.29.7-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-version: 1.29.7-alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-04-12 17:53:24 -05:00 committed by GitHub
parent 085c34a969
commit 01d87e4070
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM nginx:1.29.6-alpine
FROM nginx:1.29.7-alpine
ARG APP_UPSTREAM=app
ARG APP_FASTCGI_PASS=\$backend