Merge branch 'caalberts-master-patch-31180' into 'master'

Update danger to 8.0.6

See merge request gitlab-org/gitlab-build-images!325
This commit is contained in:
Rémy Coutable 2020-10-06 08:31:01 +00:00
commit 6435dfa78f

View file

@ -17,7 +17,7 @@ RUN apt-get update \
&& apt-get clean -yqq \
&& rm -rf /var/lib/apt/lists/* \
&& gem install gitlab --version 4.16.1 --no-document \
&& gem install danger --version 8.0.3 --no-document \
&& gem install danger --version 8.0.6 --no-document \
&& gem install danger-gitlab --version 8.0.0 --no-document \
&& git version \
&& echo "node version " $(node --version) \