mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Pin the gitlab, danger, and danger-gitlab` gems in Dockerfile.danger
This commit is contained in:
parent
cf5fac097f
commit
8b7eb940f8
1 changed files with 3 additions and 2 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue