Bump bundler version in omnibus-gitlab images to 2.2.33

Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
Balasankar "Balu" C 2022-03-18 16:17:08 +05:30
parent d4a5fc3443
commit 03e456a52a
No known key found for this signature in database
GPG key ID: B77D2E2E23735427
14 changed files with 14 additions and 14 deletions

View file

@ -20,4 +20,4 @@ RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.7/ruby-${RUBY_VERSION}.ta
&& make install \
&& cd / \
&& rm -rf "/tmp/ruby-${RUBY_VERSION}" \
&& gem install bundler --no-document --version 2.2.3
&& gem install bundler --no-document --version 2.2.33