We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f779e19 commit ae2e5bdCopy full SHA for ae2e5bd
3 files changed
{{cookiecutter.project_slug}}/compose/local/node/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM docker.io/node:24.14-bookworm-slim
+FROM docker.io/node:24.15-bookworm-slim
2
3
WORKDIR /app
4
{{cookiecutter.project_slug}}/compose/production/django/Dockerfile
@@ -1,5 +1,5 @@
{% if cookiecutter.frontend_pipeline in ['Gulp', 'Webpack'] -%}
-FROM docker.io/node:24.14-bookworm-slim AS client-builder
+FROM docker.io/node:24.15-bookworm-slim AS client-builder
ARG APP_HOME=/app
5
WORKDIR ${APP_HOME}
{{cookiecutter.project_slug}}/package.json
@@ -35,7 +35,7 @@
35
"webpack-merge": "^6.0.1"
36
},
37
"engines": {
38
- "node": "24.14"
+ "node": "24.15"
39
40
"browserslist": [
41
"last 2 versions"
0 commit comments