From 91600d295b920c9ca24f10bdd39f24e2a15ec4e5 Mon Sep 17 00:00:00 2001 From: eparker-tulip Date: Wed, 2 Oct 2024 10:37:06 -0500 Subject: [PATCH] trying to fix meteor test --- testapp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testapp/Dockerfile b/testapp/Dockerfile index 583f5f98..84f04099 100644 --- a/testapp/Dockerfile +++ b/testapp/Dockerfile @@ -6,7 +6,7 @@ ENV METEOR_ALLOW_SUPERUSER=true RUN apt-get update && \ apt-get install -y g++ build-essential curl && \ rm -rf /var/lib/apt/lists/* && \ - curl https://install.meteor.com/ | sh + curl https://install.meteor.com/?release=2.13 | sh RUN meteor create --release 2.5.6 /throwaway && rm -rf /throwaway