File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ RUN sudo mkdir -p /usr/local/rake-compiler && \
113
113
xrubies_build_plan = if platform =~ /x64-mingw-ucrt/
114
114
[
115
115
# Rubyinstaller-3.1+ is platform x64-mingw-ucrt
116
- [ "3.4.1:3.3.5:3.2.6:3.1.2 " , "3.1.6" ] ,
116
+ [ "3.4.1:3.3.5:3.2.6:3.1.6 " , "3.1.6" ] ,
117
117
]
118
118
elsif platform =~ /x64-mingw32/
119
119
[
@@ -124,7 +124,7 @@ elsif platform =~ /x64-mingw32/
124
124
else
125
125
[
126
126
[ "2.6.10:2.5.9:2.4.10" , "2.5.9" ] ,
127
- [ "3.4.1:3.3.5:3.2.6:3.1.2 :3.0.7:2.7.8" , "3.1.6" ] ,
127
+ [ "3.4.1:3.3.5:3.2.6:3.1.6 :3.0.7:2.7.8" , "3.1.6" ] ,
128
128
]
129
129
end
130
130
@@ -223,6 +223,6 @@ COPY build/sudoers /etc/sudoers.d/rake-compiler-dock
223
223
224
224
RUN bash -c "rbenv global 3.1.6"
225
225
226
- ENV RUBY_CC_VERSION=3.4.1:3.3.5:3.2.6:3.1.2 :3.0.7:2.7.8:2.6.10:2.5.9:2.4.10
226
+ ENV RUBY_CC_VERSION=3.4.1:3.3.5:3.2.6:3.1.6 :3.0.7:2.7.8:2.6.10:2.5.9:2.4.10
227
227
228
228
CMD bash
You can’t perform that action at this time.
0 commit comments