Skip to content

Commit

Permalink
Bumped node version of Django Dockerfile to 22.13 (#5672)
Browse files Browse the repository at this point in the history
  • Loading branch information
acyment authored Feb 6, 2025
1 parent 6b8545a commit 8a019b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if cookiecutter.frontend_pipeline in ['Gulp', 'Webpack'] -%}
FROM docker.io/node:20-bookworm-slim AS client-builder
FROM docker.io/node:22.13-bookworm-slim AS client-builder

ARG APP_HOME=/app
WORKDIR ${APP_HOME}
Expand Down Expand Up @@ -61,7 +61,7 @@ ENV BUILD_ENV=${BUILD_ENVIRONMENT}
WORKDIR ${APP_HOME}

RUN addgroup --system django \
&& adduser --system --ingroup django django
&& adduser --system --ingroup django django


# Install required system dependencies
Expand Down

0 comments on commit 8a019b4

Please sign in to comment.