@@ -108,7 +108,7 @@ ENV BASH_ENV=/etc/rubybashrc
108108##
109109USER rubyuser
110110
111- ENV RBENV_RUBIES="3.1.6 3.4.1 "
111+ ENV RBENV_RUBIES="3.1.7 3.4.5 "
112112
113113# Install the bootstrap rubies
114114RUN bash -c " \
@@ -148,21 +148,21 @@ RUN sudo mkdir -p /usr/local/rake-compiler && \
148148xrubies_build_plan = if platform =~ /x64-mingw-ucrt/
149149 [
150150 # Rubyinstaller-3.1+ is platform x64-mingw-ucrt
151- [ "3.4.1 :3.3.7 :3.2.6 :3.1.6 " , "3.4.1 " ] ,
151+ [ "3.4.5 :3.3.9 :3.2.9 :3.1.7 " , "3.4.5 " ] ,
152152 ]
153153elsif platform =~ /aarch64-mingw-ucrt/
154154 [
155- [ "3.4.1 " , "3.1.6 " ] ,
155+ [ "3.4.5 " , "3.1.7 " ] ,
156156 ]
157157elsif platform =~ /x64-mingw32/
158158 [
159159 # Rubyinstaller prior to 3.1 is platform x64-mingw32
160- [ "3.0.7:2.7.8" , "3.1.6 " ] ,
160+ [ "3.0.7:2.7.8" , "3.1.7 " ] ,
161161 ]
162162else
163163 [
164- [ "2.7.8" , "3.1.6 " ] ,
165- [ "3.4.1 :3.3.7 :3.2.6 :3.1.6 :3.0.7" , "3.4.1 " ] ,
164+ [ "2.7.8" , "3.1.7 " ] ,
165+ [ "3.4.5 :3.3.9 :3.2.9 :3.1.7 :3.0.7" , "3.4.5 " ] ,
166166 ]
167167end
168168
@@ -174,7 +174,7 @@ RUN bash -c " \
174174 export CPPFLAGS='<%= "-D__USE_MINGW_ANSI_STDIO=1" if platform =~ /x64-mingw-ucrt/ %> ' && \
175175 export CFLAGS='-O1 -fno-omit-frame-pointer -fno-fast-math -fstack-protector-strong <%= strip %> ' && \
176176 export LDFLAGS='-pipe <%= strip %> ' && \
177- <%= "export LIBS='-l:libssp.a' &&" if platform =~ /mingw/ %> \
177+ <%= "export LIBS='-l:libssp.a -lpthread ' &&" if platform =~ /mingw/ %> \
178178 <%= "export CC=#{ target } -clang &&" if platform =~ /darwin/ %> \
179179 export MAKE='make V=1' && \
180180 rake-compiler cross-ruby VERSION=<%= xrubies %> HOST=<%= target %> && \
@@ -264,8 +264,8 @@ RUN echo 'source /etc/profile.d/rcd-env.sh' >> /etc/rubybashrc
264264# Install sudoers configuration
265265COPY build/sudoers /etc/sudoers.d/rake-compiler-dock
266266
267- RUN bash -c "rbenv global 3.4.1 "
267+ RUN bash -c "rbenv global 3.4.5 "
268268
269- ENV RUBY_CC_VERSION=3.4.1 :3.3.7 :3.2.6 :3.1.6 :3.0.7:2.7.8
269+ ENV RUBY_CC_VERSION=3.4.5 :3.3.9 :3.2.9 :3.1.7 :3.0.7:2.7.8
270270
271271CMD bash
0 commit comments