mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Use bundler v1.17.3
This commit is contained in:
parent
ae7a277faa
commit
5c195d51df
2 changed files with 6 additions and 0 deletions
|
|
@ -16,3 +16,6 @@ RUN wget "${YARN_URL}" \
|
||||||
&& wget "${YARN_URL}".asc \
|
&& wget "${YARN_URL}".asc \
|
||||||
&& gpg --verify "${YARN_ARCHIVE_FILE}".asc \
|
&& gpg --verify "${YARN_ARCHIVE_FILE}".asc \
|
||||||
&& tar zvxf "${YARN_ARCHIVE_FILE}"
|
&& tar zvxf "${YARN_ARCHIVE_FILE}"
|
||||||
|
|
||||||
|
# Update bundler
|
||||||
|
RUN gem install bundler -v "1.17.3"
|
||||||
|
|
|
||||||
|
|
@ -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
|
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 \
|
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 \
|
&& tar xvjf gitlab-docs-$GITLAB_DOCS_REVISION.tar.bz2 \
|
||||||
&& mv gitlab-docs-$GITLAB_DOCS_REVISION gitlab-docs \
|
&& mv gitlab-docs-$GITLAB_DOCS_REVISION gitlab-docs \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue