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