diff --git a/{{cookiecutter.project_slug}}/compose/production/django/Dockerfile b/{{cookiecutter.project_slug}}/compose/production/django/Dockerfile index ef80441ba..2528f166d 100644 --- a/{{cookiecutter.project_slug}}/compose/production/django/Dockerfile +++ b/{{cookiecutter.project_slug}}/compose/production/django/Dockerfile @@ -1,7 +1,7 @@ ARG PYTHON_VERSION=3.10-slim-bullseye {% if cookiecutter.frontend_pipeline in ['Gulp', 'Webpack'] -%} -FROM node:16-bullseye-slim as client-builder +FROM node:19-bullseye-slim as client-builder ARG APP_HOME=/app WORKDIR ${APP_HOME}