From 2b78cf0d5b7688940cba1bc462826509d9c456b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:06:37 +0000 Subject: [PATCH] chore(deps): bump rake-compiler/rake-compiler-dock-image in /docker Bumps rake-compiler/rake-compiler-dock-image from 1.10.0-mri-x86-mingw32 to 1.11.1-mri-x86-mingw32. --- updated-dependencies: - dependency-name: rake-compiler/rake-compiler-dock-image dependency-version: 1.11.1-mri-x86-mingw32 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docker/Dockerfile.aarch64-linux | 2 +- docker/Dockerfile.aarch64-linux-musl | 2 +- docker/Dockerfile.aarch64-mingw-ucrt | 2 +- docker/Dockerfile.arm-linux | 2 +- docker/Dockerfile.arm64-darwin | 2 +- docker/Dockerfile.x64-mingw-ucrt | 2 +- docker/Dockerfile.x64-mingw32 | 2 +- docker/Dockerfile.x86-linux | 2 +- docker/Dockerfile.x86-mingw32 | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docker/Dockerfile.aarch64-linux b/docker/Dockerfile.aarch64-linux index 1143f5e1..08b696fe 100644 --- a/docker/Dockerfile.aarch64-linux +++ b/docker/Dockerfile.aarch64-linux @@ -1,5 +1,5 @@ # Ensure this version matches the rack-compiler-version in Gemfile -FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-mri-aarch64-linux +FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.1-mri-aarch64-linux ENV RUBY_TARGET="aarch64-linux" \ RUST_TARGET="aarch64-unknown-linux-gnu" \ diff --git a/docker/Dockerfile.aarch64-linux-musl b/docker/Dockerfile.aarch64-linux-musl index e6be1125..080afd22 100644 --- a/docker/Dockerfile.aarch64-linux-musl +++ b/docker/Dockerfile.aarch64-linux-musl @@ -1,5 +1,5 @@ # Ensure this version matches the rack-compiler-version in Gemfile -FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-mri-aarch64-linux-musl +FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.1-mri-aarch64-linux-musl ENV RUBY_TARGET="aarch64-linux-musl" \ RUST_TARGET="aarch64-unknown-linux-musl" \ diff --git a/docker/Dockerfile.aarch64-mingw-ucrt b/docker/Dockerfile.aarch64-mingw-ucrt index c33b8a90..995ac3e3 100644 --- a/docker/Dockerfile.aarch64-mingw-ucrt +++ b/docker/Dockerfile.aarch64-mingw-ucrt @@ -1,5 +1,5 @@ # Ensure this version matches the rack-compiler-version in Gemfile -FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-mri-aarch64-mingw-ucrt +FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.1-mri-aarch64-mingw-ucrt ENV RUBY_TARGET="aarch64-mingw-ucrt" \ RUST_TARGET="aarch64-pc-windows-gnullvm" \ diff --git a/docker/Dockerfile.arm-linux b/docker/Dockerfile.arm-linux index 8d59dd03..b35e7c5a 100644 --- a/docker/Dockerfile.arm-linux +++ b/docker/Dockerfile.arm-linux @@ -1,5 +1,5 @@ # Ensure this version matches the rack-compiler-version in Gemfile -FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-mri-arm-linux +FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.1-mri-arm-linux ENV RUBY_TARGET="arm-linux" \ RUST_TARGET="arm-unknown-linux-gnueabihf" \ diff --git a/docker/Dockerfile.arm64-darwin b/docker/Dockerfile.arm64-darwin index 879207ad..34903558 100644 --- a/docker/Dockerfile.arm64-darwin +++ b/docker/Dockerfile.arm64-darwin @@ -1,5 +1,5 @@ # Ensure this version matches the rack-compiler-version in Gemfile -FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-mri-arm64-darwin +FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.1-mri-arm64-darwin ENV RUBY_TARGET="arm64-darwin" \ RUST_TARGET="aarch64-apple-darwin" \ diff --git a/docker/Dockerfile.x64-mingw-ucrt b/docker/Dockerfile.x64-mingw-ucrt index 7f401731..2762fe2e 100644 --- a/docker/Dockerfile.x64-mingw-ucrt +++ b/docker/Dockerfile.x64-mingw-ucrt @@ -1,5 +1,5 @@ # Ensure this version matches the rack-compiler-version in Gemfile -FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-mri-x64-mingw-ucrt +FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.1-mri-x64-mingw-ucrt ENV RUBY_TARGET="x64-mingw-ucrt" \ RUST_TARGET="x86_64-pc-windows-gnu" \ diff --git a/docker/Dockerfile.x64-mingw32 b/docker/Dockerfile.x64-mingw32 index f04e56d1..c1d676aa 100644 --- a/docker/Dockerfile.x64-mingw32 +++ b/docker/Dockerfile.x64-mingw32 @@ -1,5 +1,5 @@ # Ensure this version matches the rack-compiler-version in Gemfile -FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-mri-x64-mingw32 +FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.1-mri-x64-mingw32 ENV RUBY_TARGET="x64-mingw32" \ RUST_TARGET="x86_64-pc-windows-gnu" \ diff --git a/docker/Dockerfile.x86-linux b/docker/Dockerfile.x86-linux index 85fff78f..6e74f6b3 100644 --- a/docker/Dockerfile.x86-linux +++ b/docker/Dockerfile.x86-linux @@ -1,5 +1,5 @@ # Ensure this version matches the rack-compiler-version in Gemfile -FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-mri-x86-linux +FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.1-mri-x86-linux ENV RUBY_TARGET="x86-linux" \ RUST_TARGET="i686-unknown-linux-gnu" \ diff --git a/docker/Dockerfile.x86-mingw32 b/docker/Dockerfile.x86-mingw32 index 6d69ab23..51aa2db4 100644 --- a/docker/Dockerfile.x86-mingw32 +++ b/docker/Dockerfile.x86-mingw32 @@ -1,5 +1,5 @@ # Ensure this version matches the rack-compiler-version in Gemfile -FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-mri-x86-mingw32 +FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.1-mri-x86-mingw32 ARG LLVM_MINGW_VERSION=20231128 \ LLVM_MINGW_SHA256=2d532648bfd202bfe5edfa8b7f6c55970f65639779f34115a9a8bfa6f7d87f0b \