Skip to content

Commit 34ae1c7

Browse files
committed
bump ruby 3.0.0 to 3.0.7
1 parent 547e24f commit 34ae1c7

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
@@ -119,12 +119,12 @@ elsif platform =~ /x64-mingw32/
119119
[
120120
# Rubyinstaller prior to 3.1.0 is platform x64-mingw32
121121
["2.6.0:2.5.0:2.4.0", "2.5.9"],
122-
["3.0.0:2.7.0", "3.1.6"],
122+
["3.0.7:2.7.0", "3.1.6"],
123123
]
124124
else
125125
[
126126
["2.6.0:2.5.0:2.4.0", "2.5.9"],
127-
["3.4.1:3.3.5:3.2.0:3.1.0:3.0.0:2.7.0", "3.1.6"],
127+
["3.4.1:3.3.5:3.2.0:3.1.0:3.0.7:2.7.0", "3.1.6"],
128128
]
129129
end
130130

@@ -220,6 +220,6 @@ COPY build/sudoers /etc/sudoers.d/rake-compiler-dock
220220

221221
RUN bash -c "rbenv global 3.1.6"
222222

223-
ENV RUBY_CC_VERSION=3.4.1:3.3.5:3.2.0:3.1.0:3.0.0:2.7.0:2.6.0:2.5.0:2.4.0
223+
ENV RUBY_CC_VERSION=3.4.1:3.3.5:3.2.0:3.1.0:3.0.7:2.7.0:2.6.0:2.5.0:2.4.0
224224

225225
CMD bash

0 commit comments

Comments
 (0)