Skip to content

Commit 050c8c0

Browse files
committed
Make ruby_3_2 consistent in installinng bundler
1 parent ee02351 commit 050c8c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build/virtual_machine/weblogs/ruby/test-app-ruby-multicontainer/Dockerfile.ruby_3_2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime
2626

2727
# Upgrade RubyGems and Bundler
2828
RUN gem update --system 3.4.22
29-
29+
RUN gem install bundler -v '~> 2.4.22'
3030
RUN mkdir -p "$GEM_HOME" && chmod -R 777 "$GEM_HOME"
3131
ENV BUNDLE_SILENCE_ROOT_WARNING 1
3232

0 commit comments

Comments
 (0)