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

Bumps nginx from 1.17.8-alpine to 1.29.1-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-version: 1.29.1-alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-09 20:50:32 +00:00 committed by GitHub
parent 2bbf72b7bf
commit a93429fd2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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