Skip to content

Commit ae2e5bd

Browse files
Bump node from 24.14 to 24.15 (#6517)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f779e19 commit ae2e5bd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

{{cookiecutter.project_slug}}/compose/local/node/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/node:24.14-bookworm-slim
1+
FROM docker.io/node:24.15-bookworm-slim
22

33
WORKDIR /app
44

{{cookiecutter.project_slug}}/compose/production/django/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% if cookiecutter.frontend_pipeline in ['Gulp', 'Webpack'] -%}
2-
FROM docker.io/node:24.14-bookworm-slim AS client-builder
2+
FROM docker.io/node:24.15-bookworm-slim AS client-builder
33

44
ARG APP_HOME=/app
55
WORKDIR ${APP_HOME}

{{cookiecutter.project_slug}}/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"webpack-merge": "^6.0.1"
3636
},
3737
"engines": {
38-
"node": "24.14"
38+
"node": "24.15"
3939
},
4040
"browserslist": [
4141
"last 2 versions"

0 commit comments

Comments
 (0)