This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new b85cd7328 Define bundler specific version working with default ruby 
version installed (#2996)
b85cd7328 is described below

commit b85cd732858b9a5c664318de2af2ed22d7ecee46
Author: JB Onofré <[email protected]>
AuthorDate: Sat Jul 6 10:17:36 2024 +0200

    Define bundler specific version working with default ruby version installed 
(#2996)
---
 share/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/docker/Dockerfile b/share/docker/Dockerfile
index 29978da04..6e9e1cb8d 100644
--- a/share/docker/Dockerfile
+++ b/share/docker/Dockerfile
@@ -188,7 +188,7 @@ RUN apt-get -qqy install ruby-full \
 RUN mkdir -p /tmp/lang/ruby/lib/avro && mkdir -p /tmp/share
 COPY lang/ruby/* /tmp/lang/ruby/
 COPY share/VERSION.txt /tmp/share/
-RUN gem install bundler --no-document && \
+RUN gem install bundler -v 2.4.22 --no-document && \
     apt-get install -qqy libyaml-dev && \
     cd /tmp/lang/ruby && bundle install
 

Reply via email to