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