@@ -52,7 +52,7 @@ RUN gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 409B6B1796C275462A170
52
52
53
53
# Install native rubies and fix permissions
54
54
COPY build/patches /home/rvm/patches/
55
- ENV RVM_RUBIES 2.5.9 3.1.0
55
+ ENV RVM_RUBIES 2.5.9 3.1.3
56
56
RUN bash -c " \
57
57
export CFLAGS='-s -O3 -fno-fast-math -fPIC' && \
58
58
for v in ${RVM_RUBIES} ; do \
@@ -136,20 +136,20 @@ axrubies = if platform =~ /x64-mingw-ucrt/
136
136
[
137
137
# Rubyinstaller-3.1.0+ is platform x64-mingw-ucrt
138
138
# parallel=false because 3.2.0-rc1 has undefined references when using a high -j arg
139
- [ "3.2.0-rc1:3.1.0" , "3.1.0 " , false ] ,
139
+ [ "3.2.0-rc1:3.1.0" , "3.1.3 " , false ] ,
140
140
]
141
141
elsif platform =~ /x64-mingw32/
142
142
[
143
143
# Rubyinstaller prior to 3.1.0 is platform x64-mingw32
144
144
[ "2.6.0:2.5.0:2.4.0" , "2.5.9" , false ] ,
145
- [ "3.0.0:2.7.0" , "3.1.0 " , true ] ,
145
+ [ "3.0.0:2.7.0" , "3.1.3 " , true ] ,
146
146
]
147
147
else
148
148
[
149
149
# Build xruby versions prior ruby2_keywords in parallel using ruby-2.5
150
150
[ "2.6.0:2.5.0:2.4.0" , "2.5.9" , false ] ,
151
151
# Build xruby versions with ruby2_keywords in parallel using ruby-3.x
152
- [ "3.2.0-rc1:3.1.0:3.0.0:2.7.0" , "3.1.0 " , true ] ,
152
+ [ "3.2.0-rc1:3.1.0:3.0.0:2.7.0" , "3.1.3 " , true ] ,
153
153
]
154
154
end
155
155
@@ -246,7 +246,7 @@ RUN echo "source /etc/profile.d/rcd-env.sh" >> /etc/rubybashrc
246
246
COPY build/sudoers /etc/sudoers.d/rake-compiler-dock
247
247
248
248
RUN bash -c " \
249
- rvm alias create default 3.1.0 && \
249
+ rvm alias create default 3.1.3 && \
250
250
rvm use default \
251
251
"
252
252
0 commit comments