From 572d4857c1801ff12a3f906b51aa816045d08a68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 08:48:53 +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 6fdbf55..9fc7ff8 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.21-slim@sha256:330fc735268c38d88788c3469a8dff2d0ad834af58569a42c61c47e4578d953b /usr/local/bin/node /usr/local/bin/node +COPY --from=node:24.11-slim@sha256:0afb7822fac7bf9d7c1bf3b6e6c496dee6b2b64d8dfa365501a3c68e8eba94b2 /usr/local/bin/node /usr/local/bin/node # install dependencies into temp directory # this will cache them and speed up future builds