Skip to content

Commit 31c4d43

Browse files
fix(deps): update node.js to v24.18.0
1 parent 6ebee47 commit 31c4d43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tools]
2-
node = "24.17.0"
2+
node = "24.18.0"
33
yarn = "4.16.0"

packages/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Alternatively, there is also a multi-stage Dockerfile documented here:
1313
# https://backstage.io/docs/deployment/docker#multi-stage-build
1414

15-
FROM node:24.17.0-bookworm-slim@sha256:964191e9c047c5ababb0ba8a6e613cc70714a1de1fbca57e717c516f689c8053
15+
FROM node:24.18.0-bookworm-slim@sha256:b31e7a42fdf8b8aa5f5ed477c72d694301273f1069c5a2f71d53c6482e99a2fc
1616

1717
# Set Python interpreter for `node-gyp` to use
1818
ENV PYTHON=/usr/bin/python3

0 commit comments

Comments
 (0)