mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-09-20 10:52:34 +03:00
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:
parent
2bbf72b7bf
commit
a93429fd2c
|
@ -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
|
COPY ./compose/production/nginx/default.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|
Loading…
Reference in New Issue
Block a user