diff --git a/rust-latest/Dockerfile b/rust-latest/Dockerfile index 8168d14..749137e 100644 --- a/rust-latest/Dockerfile +++ b/rust-latest/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y sqlite3 # nodejs RUN apt-get install -y curl && \ - curl -sL https://deb.nodesource.com/setup_23.x | bash - && \ + curl -sL https://deb.nodesource.com/setup_24.x | bash - && \ apt-get install -y nodejs # openssl for openssl-sys