From 883fcc540ed287f58f684e739bc0d99cf296bd29 Mon Sep 17 00:00:00 2001 From: Owen Graves Date: Thu, 2 Jan 2025 13:30:56 -0600 Subject: [PATCH 1/2] Update npm version This hopefully fixes an issue with `npm install` intermittently hanging --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c82d650..c37f317 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,5 +19,5 @@ RUN apt-get update && \ RUN mkdir -p ~/.ssh/ && ssh-keyscan -t ed25519 github.com >> ~/.ssh/known_hosts -RUN npm install -g npm@10.9.0 +RUN npm install -g npm@11.0.0 RUN npm install -g spago@0.93.41 purescript@0.15.15 purescript-psa@0.9.0 grunt-cli@1.5.0 esbuild@0.24.0 purs-tidy@0.11.0 From 0b0c689060fe71616cfec18aac453bef4297269b Mon Sep 17 00:00:00 2001 From: Owen Graves Date: Thu, 2 Jan 2025 14:17:03 -0600 Subject: [PATCH 2/2] Update es build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c37f317..8a974ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,4 +20,4 @@ RUN apt-get update && \ RUN mkdir -p ~/.ssh/ && ssh-keyscan -t ed25519 github.com >> ~/.ssh/known_hosts RUN npm install -g npm@11.0.0 -RUN npm install -g spago@0.93.41 purescript@0.15.15 purescript-psa@0.9.0 grunt-cli@1.5.0 esbuild@0.24.0 purs-tidy@0.11.0 +RUN npm install -g spago@0.93.41 purescript@0.15.15 purescript-psa@0.9.0 grunt-cli@1.5.0 esbuild@0.24.2 purs-tidy@0.11.0