From ce5457a9324e73ef10e8eed97c380126cc4ddf26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 22:33:19 +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 7ab0757..f58bc9f 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:d415caac2f1f77b98caaf9415c5f807e14bc8d7bdea62561ea2fef4fbd08a73c /usr/local/bin/node /usr/local/bin/node +COPY --from=node:24.15-slim@sha256:03eae3ef7e88a9de535496fb488d67e02b9d96a063a8967bae657744ecd513f2 /usr/local/bin/node /usr/local/bin/node # install dependencies into temp directory # this will cache them and speed up future builds