Skip to content

Commit 3f54cfd

Browse files
committed
wip: 3.1.2 → 3.1.6
1 parent 3ab4666 commit 3f54cfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile.mri.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ RUN sudo mkdir -p /usr/local/rake-compiler && \
113113
xrubies_build_plan = if platform =~ /x64-mingw-ucrt/
114114
[
115115
# 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"],
117117
]
118118
elsif platform =~ /x64-mingw32/
119119
[
@@ -124,7 +124,7 @@ elsif platform =~ /x64-mingw32/
124124
else
125125
[
126126
["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"],
128128
]
129129
end
130130

@@ -223,6 +223,6 @@ COPY build/sudoers /etc/sudoers.d/rake-compiler-dock
223223

224224
RUN bash -c "rbenv global 3.1.6"
225225

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
227227

228228
CMD bash

0 commit comments

Comments
 (0)