diff --git a/compose/production/django/Dockerfile b/compose/production/django/Dockerfile index 989f104..c880ab2 100644 --- a/compose/production/django/Dockerfile +++ b/compose/production/django/Dockerfile @@ -1,6 +1,6 @@ ARG PYTHON_VERSION=3.9-slim-bullseye -FROM node:16-bullseye-slim as client-builder +FROM node:19-bullseye-slim as client-builder ARG APP_HOME=/app WORKDIR ${APP_HOME}