Use bundler v1.17.3

This commit is contained in:
Evan Read 2019-11-05 15:23:53 +00:00 committed by Achilleas Pipinellis
parent ae7a277faa
commit 5c195d51df
2 changed files with 6 additions and 0 deletions

View file

@ -13,6 +13,9 @@ RUN apk update && apk upgrade --no-cache && apk add --no-cache \
RUN yarn global add markdownlint-cli@0.18.0 && yarn cache clean
# Update bundler
RUN gem install bundler -v "1.17.3"
RUN wget https://gitlab.com/gitlab-org/gitlab-docs/-/archive/$GITLAB_DOCS_REVISION/gitlab-docs-$GITLAB_DOCS_REVISION.tar.bz2 \
&& tar xvjf gitlab-docs-$GITLAB_DOCS_REVISION.tar.bz2 \
&& mv gitlab-docs-$GITLAB_DOCS_REVISION gitlab-docs \