From 724f6e967ed2de0330b958ed5e2a5ee52c540aac Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Sat, 25 Apr 2026 17:54:02 +0200 Subject: [PATCH] with npx v24 we should get npx again --- rust-latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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