diff --git a/Dockerfile.omnibus-gitlab-bionic b/Dockerfile.omnibus-gitlab-bionic index e60b751..f58df9c 100644 --- a/Dockerfile.omnibus-gitlab-bionic +++ b/Dockerfile.omnibus-gitlab-bionic @@ -21,4 +21,4 @@ RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-${RUBY_VERSION}.ta && make install \ && cd / \ && rm -rf "/tmp/ruby-${RUBY_VERSION}" \ - && gem install bundler --no-document + && gem install bundler --no-document --version 2.2.3 diff --git a/Dockerfile.omnibus-gitlab-buster b/Dockerfile.omnibus-gitlab-buster index 8d22944..43c25ab 100644 --- a/Dockerfile.omnibus-gitlab-buster +++ b/Dockerfile.omnibus-gitlab-buster @@ -22,4 +22,4 @@ RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-${RUBY_VERSION}.ta && make install \ && cd / \ && rm -rf "/tmp/ruby-${RUBY_VERSION}" \ - && gem install bundler --no-document + && gem install bundler --no-document --version 2.2.3 diff --git a/Dockerfile.omnibus-gitlab-centos7 b/Dockerfile.omnibus-gitlab-centos7 index c575a7d..4f107b4 100644 --- a/Dockerfile.omnibus-gitlab-centos7 +++ b/Dockerfile.omnibus-gitlab-centos7 @@ -19,4 +19,4 @@ RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-${RUBY_VERSION}.ta && make install \ && cd / \ && rm -rf "/tmp/ruby-${RUBY_VERSION}" \ - && gem install bundler --no-document + && gem install bundler --no-document --version 2.2.3 diff --git a/Dockerfile.omnibus-gitlab-centos8 b/Dockerfile.omnibus-gitlab-centos8 index 4279faa..ce98572 100644 --- a/Dockerfile.omnibus-gitlab-centos8 +++ b/Dockerfile.omnibus-gitlab-centos8 @@ -19,4 +19,4 @@ RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-${RUBY_VERSION}.ta && make install \ && cd / \ && rm -rf "/tmp/ruby-${RUBY_VERSION}" \ - && gem install bundler --no-document + && gem install bundler --no-document --version 2.2.3 diff --git a/Dockerfile.omnibus-gitlab-focal b/Dockerfile.omnibus-gitlab-focal index d56f076..81aee26 100644 --- a/Dockerfile.omnibus-gitlab-focal +++ b/Dockerfile.omnibus-gitlab-focal @@ -21,4 +21,4 @@ RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-${RUBY_VERSION}.ta && make install \ && cd / \ && rm -rf "/tmp/ruby-${RUBY_VERSION}" \ - && gem install bundler --no-document + && gem install bundler --no-document --version 2.2.3 diff --git a/Dockerfile.omnibus-gitlab-jessie b/Dockerfile.omnibus-gitlab-jessie index 30b2c42..6b86765 100644 --- a/Dockerfile.omnibus-gitlab-jessie +++ b/Dockerfile.omnibus-gitlab-jessie @@ -21,4 +21,4 @@ RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-${RUBY_VERSION}.ta && make install \ && cd / \ && rm -rf "/tmp/ruby-${RUBY_VERSION}" \ - && gem install bundler --no-document + && gem install bundler --no-document --version 2.2.3 diff --git a/Dockerfile.omnibus-gitlab-opensuse15.1 b/Dockerfile.omnibus-gitlab-opensuse15.1 index aea166b..faffef2 100644 --- a/Dockerfile.omnibus-gitlab-opensuse15.1 +++ b/Dockerfile.omnibus-gitlab-opensuse15.1 @@ -20,4 +20,4 @@ RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-${RUBY_VERSION}.ta && make install \ && cd / \ && rm -rf "/tmp/ruby-${RUBY_VERSION}" \ - && gem install bundler --no-document + && gem install bundler --no-document --version 2.2.3 diff --git a/Dockerfile.omnibus-gitlab-opensuse15.2 b/Dockerfile.omnibus-gitlab-opensuse15.2 index 995eb6b..3f618c8 100644 --- a/Dockerfile.omnibus-gitlab-opensuse15.2 +++ b/Dockerfile.omnibus-gitlab-opensuse15.2 @@ -20,4 +20,4 @@ RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-${RUBY_VERSION}.ta && make install \ && cd / \ && rm -rf "/tmp/ruby-${RUBY_VERSION}" \ - && gem install bundler --no-document + && gem install bundler --no-document --version 2.2.3 diff --git a/Dockerfile.omnibus-gitlab-stretch b/Dockerfile.omnibus-gitlab-stretch index 588c869..c3a7ea1 100644 --- a/Dockerfile.omnibus-gitlab-stretch +++ b/Dockerfile.omnibus-gitlab-stretch @@ -22,4 +22,4 @@ RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-${RUBY_VERSION}.ta && make install \ && cd / \ && rm -rf "/tmp/ruby-${RUBY_VERSION}" \ - && gem install bundler --no-document + && gem install bundler --no-document --version 2.2.3 diff --git a/Dockerfile.omnibus-gitlab-wheezy b/Dockerfile.omnibus-gitlab-wheezy index a592ba5..f468408 100644 --- a/Dockerfile.omnibus-gitlab-wheezy +++ b/Dockerfile.omnibus-gitlab-wheezy @@ -21,4 +21,4 @@ RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-${RUBY_VERSION}.ta && make install \ && cd / \ && rm -rf "/tmp/ruby-${RUBY_VERSION}" \ - && gem install bundler --no-document + && gem install bundler --no-document --version 2.2.3 diff --git a/Dockerfile.omnibus-gitlab-xenial b/Dockerfile.omnibus-gitlab-xenial index 6189339..a12f0d7 100644 --- a/Dockerfile.omnibus-gitlab-xenial +++ b/Dockerfile.omnibus-gitlab-xenial @@ -21,4 +21,4 @@ RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-${RUBY_VERSION}.ta && make install \ && cd / \ && rm -rf "/tmp/ruby-${RUBY_VERSION}" \ - && gem install bundler --no-document + && gem install bundler --no-document --version 2.2.3