From 71dd0066e68562555b18f54a7b01af967a822d33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 22:00:31 +0000 Subject: [PATCH] chore(deps): update node.js to v24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 159baaa..8505c75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ENV DISCORD_TOKEN=$DISCORD_TOKEN ENV SENTRY_DSN=$SENTRY_DSN # copy node binary from official node image -COPY --from=node:22.22-slim@sha256:f86be15afa9a8277608e141ce2a8aa55d3d9c40845921b8511f4fb7897be2554 /usr/local/bin/node /usr/local/bin/node +COPY --from=node:24.13-slim@sha256:bf22df20270b654c4e9da59d8d4a3516cce6ba2852e159b27288d645b7a7eedc /usr/local/bin/node /usr/local/bin/node # install dependencies into temp directory # this will cache them and speed up future builds