Pin the gitlab, danger, and danger-gitlab` gems in Dockerfile.danger

This commit is contained in:
Rémy Coutable 2020-07-13 10:58:01 +00:00
parent cf5fac097f
commit 8b7eb940f8

View file

@ -16,8 +16,9 @@ RUN apt-get update \
&& apt-get autoremove -yq \
&& apt-get clean -yqq \
&& rm -rf /var/lib/apt/lists/* \
&& gem install gitlab --version 4.15 --no-document \
&& gem install danger-gitlab --no-document \
&& gem install gitlab --version 4.16.1 --no-document \
&& gem install danger --version 8.0.3 --no-document \
&& gem install danger-gitlab --version 8.0.0 --no-document \
&& git version \
&& echo "node version " $(node --version) \
&& echo "yarn version " $(yarn --version) \