Skip to content

Commit bfd366d

Browse files
authored
Bump rake-compiler-dock to support Ruby 4.0 (#685)
1 parent 4d6f86d commit bfd366d

13 files changed

+13
-13
lines changed

docker/Dockerfile.aarch64-linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ensure this version matches the rack-compiler-version in Gemfile
2-
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.0-mri-aarch64-linux
2+
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-mri-aarch64-linux
33

44
ENV RUBY_TARGET="aarch64-linux" \
55
RUST_TARGET="aarch64-unknown-linux-gnu" \

docker/Dockerfile.aarch64-linux-musl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ensure this version matches the rack-compiler-version in Gemfile
2-
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.0-mri-aarch64-linux-musl
2+
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-mri-aarch64-linux-musl
33

44
ENV RUBY_TARGET="aarch64-linux-musl" \
55
RUST_TARGET="aarch64-unknown-linux-musl" \

docker/Dockerfile.aarch64-mingw-ucrt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ensure this version matches the rack-compiler-version in Gemfile
2-
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.0-mri-aarch64-mingw-ucrt
2+
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-mri-aarch64-mingw-ucrt
33

44
ENV RUBY_TARGET="aarch64-mingw-ucrt" \
55
RUST_TARGET="aarch64-pc-windows-gnullvm" \

docker/Dockerfile.arm-linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ensure this version matches the rack-compiler-version in Gemfile
2-
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.0-mri-arm-linux
2+
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-mri-arm-linux
33

44
ENV RUBY_TARGET="arm-linux" \
55
RUST_TARGET="arm-unknown-linux-gnueabihf" \

docker/Dockerfile.arm64-darwin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ensure this version matches the rack-compiler-version in Gemfile
2-
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.0-mri-arm64-darwin
2+
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-mri-arm64-darwin
33

44
ENV RUBY_TARGET="arm64-darwin" \
55
RUST_TARGET="aarch64-apple-darwin" \

docker/Dockerfile.x64-mingw-ucrt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ensure this version matches the rack-compiler-version in Gemfile
2-
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.0-mri-x64-mingw-ucrt
2+
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-mri-x64-mingw-ucrt
33

44
ENV RUBY_TARGET="x64-mingw-ucrt" \
55
RUST_TARGET="x86_64-pc-windows-gnu" \

docker/Dockerfile.x64-mingw32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ensure this version matches the rack-compiler-version in Gemfile
2-
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.0-mri-x64-mingw32
2+
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-mri-x64-mingw32
33

44
ENV RUBY_TARGET="x64-mingw32" \
55
RUST_TARGET="x86_64-pc-windows-gnu" \

docker/Dockerfile.x86-linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ensure this version matches the rack-compiler-version in Gemfile
2-
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.0-mri-x86-linux
2+
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-mri-x86-linux
33

44
ENV RUBY_TARGET="x86-linux" \
55
RUST_TARGET="i686-unknown-linux-gnu" \

docker/Dockerfile.x86-mingw32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ensure this version matches the rack-compiler-version in Gemfile
2-
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.0-mri-x86-mingw32
2+
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-mri-x86-mingw32
33

44
ARG LLVM_MINGW_VERSION=20231128 \
55
LLVM_MINGW_SHA256=2d532648bfd202bfe5edfa8b7f6c55970f65639779f34115a9a8bfa6f7d87f0b \

docker/Dockerfile.x86_64-darwin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Ensure this version matches the rack-compiler-version in Gemfile
2-
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.0-mri-x86_64-darwin
2+
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-mri-x86_64-darwin
33

44
ENV RUBY_TARGET="x86_64-darwin" \
55
RUST_TARGET="x86_64-apple-darwin" \

0 commit comments

Comments
 (0)