From b174836f8a882cca57036cdc8bce30854316f24b Mon Sep 17 00:00:00 2001 From: groldo Date: Mon, 30 Mar 2020 05:44:23 -0400 Subject: [PATCH] pinned meteor version to 1.7.0.5 --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 56e5893..820f0eb 100755 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /root/app RUN apt-get update RUN apt-get install -y bsdtar && ln -sf $(which bsdtar) $(which tar) -RUN curl https://install.meteor.com/ | sh +RUN curl https://install.meteor.com/?release=1.7.0.5 | sh RUN curl -SLO "https://github.com/lair-framework/lair/releases/download/v2.5.0/lair-v2.5.0-linux-amd64.tar.gz" \ && tar -zxf lair-v2.5.0-linux-amd64.tar.gz \ && cd bundle/programs/server \