We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebee47 commit 31c4d43Copy full SHA for 31c4d43
2 files changed
mise.toml
@@ -1,3 +1,3 @@
1
[tools]
2
-node = "24.17.0"
+node = "24.18.0"
3
yarn = "4.16.0"
packages/backend/Dockerfile
@@ -12,7 +12,7 @@
12
# Alternatively, there is also a multi-stage Dockerfile documented here:
13
# https://backstage.io/docs/deployment/docker#multi-stage-build
14
15
-FROM node:24.17.0-bookworm-slim@sha256:964191e9c047c5ababb0ba8a6e613cc70714a1de1fbca57e717c516f689c8053
+FROM node:24.18.0-bookworm-slim@sha256:b31e7a42fdf8b8aa5f5ed477c72d694301273f1069c5a2f71d53c6482e99a2fc
16
17
# Set Python interpreter for `node-gyp` to use
18
ENV PYTHON=/usr/bin/python3
0 commit comments