mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-09-20 10:52:34 +03:00
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:
parent
ea2062b2bc
commit
4215cc5572
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user