diff --git a/{{cookiecutter.project_slug}}/compose/production/nginx/Dockerfile b/{{cookiecutter.project_slug}}/compose/production/nginx/Dockerfile index 3b7e07b28..304f05e4d 100644 --- a/{{cookiecutter.project_slug}}/compose/production/nginx/Dockerfile +++ b/{{cookiecutter.project_slug}}/compose/production/nginx/Dockerfile @@ -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