Bump nginx in /{{cookiecutter.project_slug}}/compose/production/nginx

Bumps nginx from 1.29.1-alpine to 1.29.2-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-10-08 05:33:20 +00:00 committed by GitHub
parent 4ba5651c96
commit 6afd67370c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,2 +1,2 @@
FROM docker.io/nginx:1.29.1-alpine
FROM docker.io/nginx:1.29.2-alpine
COPY ./compose/production/nginx/default.conf /etc/nginx/conf.d/default.conf