@@ -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 \
@@ -134,20 +134,20 @@ axrubies = if platform =~ /x64-mingw-ucrt/
134
134
[
135
135
# Rubyinstaller-3.1.0+ is platform x64-mingw-ucrt
136
136
# parallel=false because 3.2.0-rc1 has undefined references when using a high -j arg
137
- [ "3.2.0-rc1:3.1.0" , "3.1.0 " , false ] ,
137
+ [ "3.2.0-rc1:3.1.0" , "3.1.3 " , false ] ,
138
138
]
139
139
elsif platform =~ /x64-mingw32/
140
140
[
141
141
# Rubyinstaller prior to 3.1.0 is platform x64-mingw32
142
142
[ "2.6.0:2.5.0:2.4.0" , "2.5.9" , false ] ,
143
- [ "3.0.0:2.7.0" , "3.1.0 " , true ] ,
143
+ [ "3.0.0:2.7.0" , "3.1.3 " , true ] ,
144
144
]
145
145
else
146
146
[
147
147
# Build xruby versions prior ruby2_keywords in parallel using ruby-2.5
148
148
[ "2.6.0:2.5.0:2.4.0" , "2.5.9" , false ] ,
149
149
# Build xruby versions with ruby2_keywords in parallel using ruby-3.x
150
- [ "3.2.0-rc1:3.1.0:3.0.0:2.7.0" , "3.1.0 " , true ] ,
150
+ [ "3.2.0-rc1:3.1.0:3.0.0:2.7.0" , "3.1.3 " , true ] ,
151
151
]
152
152
end
153
153
@@ -244,7 +244,7 @@ COPY build/sudoers /etc/sudoers.d/rake-compiler-dock
244
244
245
245
RUN find /usr/local/rvm -type d -print0 | sudo xargs -0 chmod g+sw
246
246
RUN bash -c " \
247
- rvm alias create default 3.1.0 && \
247
+ rvm alias create default 3.1.3 && \
248
248
rvm use default \
249
249
"
250
250
0 commit comments