mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +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 \
|
||||
&& gpg --verify "${YARN_ARCHIVE_FILE}".asc \
|
||||
&& tar zvxf "${YARN_ARCHIVE_FILE}"
|
||||
|
||||
# Update bundler
|
||||
RUN gem install bundler -v "1.17.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue