with npx v24 we should get npx again
Build and Push Docker Images / build-and-push (push) Successful in 29m16s

This commit is contained in:
2026-04-25 17:54:02 +02:00
parent 8304d45af2
commit 724f6e967e
+1 -1
View File
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y sqlite3
# nodejs # nodejs
RUN apt-get install -y curl && \ 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 apt-get install -y nodejs
# openssl for openssl-sys # openssl for openssl-sys