ui: pin to using bundler v1 for now (#5274)

This commit is contained in:
R.B. Boyer 2019-01-25 14:07:50 -06:00 committed by GitHub
parent 859b54a7ba
commit b668131ef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ RUN apt-get update -y && \
ruby-dev \
zip \
zlib1g-dev && \
gem install bundler
gem install bundler -v '1.17.3'
WORKDIR /consul-src/ui
CMD make dist