mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add option to pass custom bundler version
This commit is contained in:
parent
34bf5cf7ee
commit
1f15ec8684
5 changed files with 24 additions and 2 deletions
|
|
@ -16,8 +16,9 @@ ENV PATH $PATH:/usr/local/go/bin
|
|||
# Ruby
|
||||
ARG RUBY_VERSION
|
||||
ARG RUBY_DOWNLOAD_SHA256
|
||||
ARG BUNDLER_VERSION
|
||||
|
||||
RUN if [ -n "$RUBY_VERSION" ]; then /scripts/install-ruby $RUBY_VERSION $RUBY_DOWNLOAD_SHA256 && ruby --version; fi
|
||||
RUN if [ -n "$RUBY_VERSION" ]; then /scripts/install-ruby $RUBY_VERSION $RUBY_DOWNLOAD_SHA256 $BUNDLER_VERSION && ruby --version; fi
|
||||
|
||||
# Git
|
||||
ARG GIT_VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue