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 \