Skip to content

Commit 7a21910

Browse files
Bump rake-compiler/rake-compiler-dock-image in /docker
Bumps rake-compiler/rake-compiler-dock-image from 1.9.1-mri-x86-mingw32 to 1.10.0-mri-x86-mingw32. --- updated-dependencies: - dependency-name: rake-compiler/rake-compiler-dock-image dependency-version: 1.10.0-mri-x86-mingw32 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent acca8a7 commit 7a21910

8 files changed

+8
-8
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.9.1-mri-aarch64-linux
2+
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.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.9.1-mri-aarch64-linux-musl
2+
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.0-mri-aarch64-linux-musl
33

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

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.9.1-mri-arm-linux
2+
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.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.9.1-mri-arm64-darwin
2+
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.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.9.1-mri-x64-mingw-ucrt
2+
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.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.9.1-mri-x64-mingw32
2+
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.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.9.1-mri-x86-linux
2+
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.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.9.1-mri-x86-mingw32
2+
FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.10.0-mri-x86-mingw32
33

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

0 commit comments

Comments
 (0)