Bump node in /{{cookiecutter.project_slug}}/compose/production/django

Bumps node from 24.7-bookworm-slim to 24.8-bookworm-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-version: 24.8-bookworm-slim
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-11 05:31:27 +00:00 committed by GitHub
parent ea2062b2bc
commit 4215cc5572
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
{% if cookiecutter.frontend_pipeline in ['Gulp', 'Webpack'] -%} {% if cookiecutter.frontend_pipeline in ['Gulp', 'Webpack'] -%}
FROM docker.io/node:24.7-bookworm-slim AS client-builder FROM docker.io/node:24.8-bookworm-slim AS client-builder
ARG APP_HOME=/app ARG APP_HOME=/app
WORKDIR ${APP_HOME} WORKDIR ${APP_HOME}