diff --git a/Dockerfile b/Dockerfile index 2b308ceed..673481a56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ ENV NODE_ENV=production RUN npm config set registry http://registry.npmjs.org/ && \ npm install -g -s --no-progress yarn@0.28.4 --pure-lockfile && \ - npm install -g -s flow-bin && \ + npm install -g -s flow-bin@0.60.0 && \ yarn install --production=false && \ yarn run lint && \ yarn run test && \