We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50689b8 commit eca1b8fCopy full SHA for eca1b8f
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:cb4e8f7c443347358b7875e717c29e27bf9befc8f5a26cf18af3c3dec80e58c5
16
17
# Set Python interpreter for `node-gyp` to use
18
ENV PYTHON=/usr/bin/python3
0 commit comments