From 9735e0425c38d0eaf039c2ffe1c6557916702f0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Dec 2025 22:02: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.0-mri-x86-mingw32. --- updated-dependencies: - dependency-name: rake-compiler/rake-compiler-dock-image dependency-version: 1.11.0-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 78a3eb7f2..1143f5e1c 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.10.0-mri-aarch64-linux +FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-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 b7d53c37e..e6be1125a 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.10.0-mri-aarch64-linux-musl +FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-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 c2d70d165..c33b8a90f 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.10.0-mri-aarch64-mingw-ucrt +FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-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 53de1278b..8d59dd030 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.10.0-mri-arm-linux +FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-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 02b31ebd3..879207ad0 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.10.0-mri-arm64-darwin +FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-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 d275d4d8d..7f401731d 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.10.0-mri-x64-mingw-ucrt +FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-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 c3c863657..f04e56d1d 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.10.0-mri-x64-mingw32 +FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-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 890a39bf9..85fff78ff 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.10.0-mri-x86-linux +FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-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 2944bbee6..6d69ab23e 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.10.0-mri-x86-mingw32 +FROM ghcr.io/rake-compiler/rake-compiler-dock-image:1.11.0-mri-x86-mingw32 ARG LLVM_MINGW_VERSION=20231128 \ LLVM_MINGW_SHA256=2d532648bfd202bfe5edfa8b7f6c55970f65639779f34115a9a8bfa6f7d87f0b \