Skip to content

Commit 5ffaa9c

Browse files
committed
anticipate larskanis/mingw64-ucrt:24.04
1 parent 8527505 commit 5ffaa9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile.mri.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ USER root
7575
## Install cross compilers
7676
##
7777
<% if platform =~ /x64-mingw-ucrt/ %>
78-
COPY --from=larskanis/mingw64-ucrt:20.04 \
78+
COPY --from=larskanis/mingw64-ucrt:24.04 \
7979
/build/binutils-mingw-w64-x86-64_*.deb \
8080
/build/g++-mingw-w64-x86-64_*.deb \
8181
/build/gcc-mingw-w64-base_*.deb \

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ end
181181
namespace :prepare do
182182
desc "Build cross compiler for x64-mingw-ucrt aka RubyInstaller-3.1+"
183183
task "mingw64-ucrt" do
184-
sh(*RakeCompilerDock.docker_build_cmd, "-t", "larskanis/mingw64-ucrt:20.04", ".",
184+
sh(*RakeCompilerDock.docker_build_cmd, "-t", "larskanis/mingw64-ucrt:24.04", ".",
185185
chdir: "mingw64-ucrt")
186186
end
187187
end

mingw64-ucrt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ The image is provided for arm64 and amd64 architectures.
1010
They are built by the following command:
1111

1212
```sh
13-
docker buildx build . -t larskanis/mingw64-ucrt:20.04 --platform linux/arm64,linux/amd64 --push
13+
docker buildx build . -t larskanis/mingw64-ucrt:24.04 --platform linux/arm64,linux/amd64 --push
1414
```

0 commit comments

Comments
 (0)