-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ruby #17262
Merged
Merged
Update ruby #17262
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes: - docker-library/ruby@6438466: Update 3.2 to 3.2.5
Diff for 57c46f4:diff --git a/_bashbrew-cat b/_bashbrew-cat
index fdab2a2..723f4ba 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -31,34 +31,34 @@ Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
GitCommit: f69cac9888c7909b402a1bc21a87331429318aae
Directory: 3.1/slim-bullseye
-Tags: 3.2.4-alpine3.19, 3.2-alpine3.19
+Tags: 3.2.5-alpine3.19, 3.2-alpine3.19
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: f69cac9888c7909b402a1bc21a87331429318aae
+GitCommit: 6438466b4fd948a31f66b2f2a934c799b598233e
Directory: 3.2/alpine3.19
-Tags: 3.2.4-alpine3.20, 3.2-alpine3.20, 3.2.4-alpine, 3.2-alpine
+Tags: 3.2.5-alpine3.20, 3.2-alpine3.20, 3.2.5-alpine, 3.2-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: f69cac9888c7909b402a1bc21a87331429318aae
+GitCommit: 6438466b4fd948a31f66b2f2a934c799b598233e
Directory: 3.2/alpine3.20
-Tags: 3.2.4-bookworm, 3.2-bookworm, 3.2.4, 3.2
+Tags: 3.2.5-bookworm, 3.2-bookworm, 3.2.5, 3.2
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: f69cac9888c7909b402a1bc21a87331429318aae
+GitCommit: 6438466b4fd948a31f66b2f2a934c799b598233e
Directory: 3.2/bookworm
-Tags: 3.2.4-bullseye, 3.2-bullseye
+Tags: 3.2.5-bullseye, 3.2-bullseye
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: f69cac9888c7909b402a1bc21a87331429318aae
+GitCommit: 6438466b4fd948a31f66b2f2a934c799b598233e
Directory: 3.2/bullseye
-Tags: 3.2.4-slim-bookworm, 3.2-slim-bookworm, 3.2.4-slim, 3.2-slim
+Tags: 3.2.5-slim-bookworm, 3.2-slim-bookworm, 3.2.5-slim, 3.2-slim
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: f69cac9888c7909b402a1bc21a87331429318aae
+GitCommit: 6438466b4fd948a31f66b2f2a934c799b598233e
Directory: 3.2/slim-bookworm
-Tags: 3.2.4-slim-bullseye, 3.2-slim-bullseye
+Tags: 3.2.5-slim-bullseye, 3.2-slim-bullseye
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: f69cac9888c7909b402a1bc21a87331429318aae
+GitCommit: 6438466b4fd948a31f66b2f2a934c799b598233e
Directory: 3.2/slim-bullseye
Tags: 3.3.4-alpine3.19, 3.3-alpine3.19, 3-alpine3.19, alpine3.19
diff --git a/_bashbrew-list b/_bashbrew-list
index 504a5e2..a29ce29 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -34,15 +34,15 @@ ruby:3.2-bullseye
ruby:3.2-slim
ruby:3.2-slim-bookworm
ruby:3.2-slim-bullseye
-ruby:3.2.4
-ruby:3.2.4-alpine
-ruby:3.2.4-alpine3.19
-ruby:3.2.4-alpine3.20
-ruby:3.2.4-bookworm
-ruby:3.2.4-bullseye
-ruby:3.2.4-slim
-ruby:3.2.4-slim-bookworm
-ruby:3.2.4-slim-bullseye
+ruby:3.2.5
+ruby:3.2.5-alpine
+ruby:3.2.5-alpine3.19
+ruby:3.2.5-alpine3.20
+ruby:3.2.5-bookworm
+ruby:3.2.5-bullseye
+ruby:3.2.5-slim
+ruby:3.2.5-slim-bookworm
+ruby:3.2.5-slim-bullseye
ruby:3.3
ruby:3.3-alpine
ruby:3.3-alpine3.19
diff --git a/ruby_3.2-alpine/Dockerfile b/ruby_3.2-alpine/Dockerfile
index 1ff7186..7cda9dd 100644
--- a/ruby_3.2-alpine/Dockerfile
+++ b/ruby_3.2-alpine/Dockerfile
@@ -27,10 +27,10 @@ RUN set -eux; \
ENV LANG C.UTF-8
-# https://www.ruby-lang.org/en/news/2024/04/23/ruby-3-2-4-released/
-ENV RUBY_VERSION 3.2.4
-ENV RUBY_DOWNLOAD_URL https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.4.tar.xz
-ENV RUBY_DOWNLOAD_SHA256 e7f1653d653232ec433472489a91afbc7433c9f760cc822defe7437c9d95791b
+# https://www.ruby-lang.org/en/news/2024/07/26/ruby-3-2-5-released/
+ENV RUBY_VERSION 3.2.5
+ENV RUBY_DOWNLOAD_URL https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.5.tar.xz
+ENV RUBY_DOWNLOAD_SHA256 7780d91130139406d39b29ed8fe16bba350d8fa00e510c76bef9b8ec1340903c
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built
diff --git a/ruby_3.2-alpine3.19/Dockerfile b/ruby_3.2-alpine3.19/Dockerfile
index 926f649..745c0e4 100644
--- a/ruby_3.2-alpine3.19/Dockerfile
+++ b/ruby_3.2-alpine3.19/Dockerfile
@@ -27,10 +27,10 @@ RUN set -eux; \
ENV LANG C.UTF-8
-# https://www.ruby-lang.org/en/news/2024/04/23/ruby-3-2-4-released/
-ENV RUBY_VERSION 3.2.4
-ENV RUBY_DOWNLOAD_URL https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.4.tar.xz
-ENV RUBY_DOWNLOAD_SHA256 e7f1653d653232ec433472489a91afbc7433c9f760cc822defe7437c9d95791b
+# https://www.ruby-lang.org/en/news/2024/07/26/ruby-3-2-5-released/
+ENV RUBY_VERSION 3.2.5
+ENV RUBY_DOWNLOAD_URL https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.5.tar.xz
+ENV RUBY_DOWNLOAD_SHA256 7780d91130139406d39b29ed8fe16bba350d8fa00e510c76bef9b8ec1340903c
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built
diff --git a/ruby_3.2-bullseye/Dockerfile b/ruby_3.2-bullseye/Dockerfile
index e911735..5139f2d 100644
--- a/ruby_3.2-bullseye/Dockerfile
+++ b/ruby_3.2-bullseye/Dockerfile
@@ -16,10 +16,10 @@ RUN set -eux; \
ENV LANG C.UTF-8
-# https://www.ruby-lang.org/en/news/2024/04/23/ruby-3-2-4-released/
-ENV RUBY_VERSION 3.2.4
-ENV RUBY_DOWNLOAD_URL https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.4.tar.xz
-ENV RUBY_DOWNLOAD_SHA256 e7f1653d653232ec433472489a91afbc7433c9f760cc822defe7437c9d95791b
+# https://www.ruby-lang.org/en/news/2024/07/26/ruby-3-2-5-released/
+ENV RUBY_VERSION 3.2.5
+ENV RUBY_DOWNLOAD_URL https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.5.tar.xz
+ENV RUBY_DOWNLOAD_SHA256 7780d91130139406d39b29ed8fe16bba350d8fa00e510c76bef9b8ec1340903c
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built
diff --git a/ruby_3.2-slim-bullseye/Dockerfile b/ruby_3.2-slim-bullseye/Dockerfile
index 9045676..9cd8698 100644
--- a/ruby_3.2-slim-bullseye/Dockerfile
+++ b/ruby_3.2-slim-bullseye/Dockerfile
@@ -30,10 +30,10 @@ RUN set -eux; \
ENV LANG C.UTF-8
-# https://www.ruby-lang.org/en/news/2024/04/23/ruby-3-2-4-released/
-ENV RUBY_VERSION 3.2.4
-ENV RUBY_DOWNLOAD_URL https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.4.tar.xz
-ENV RUBY_DOWNLOAD_SHA256 e7f1653d653232ec433472489a91afbc7433c9f760cc822defe7437c9d95791b
+# https://www.ruby-lang.org/en/news/2024/07/26/ruby-3-2-5-released/
+ENV RUBY_VERSION 3.2.5
+ENV RUBY_DOWNLOAD_URL https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.5.tar.xz
+ENV RUBY_DOWNLOAD_SHA256 7780d91130139406d39b29ed8fe16bba350d8fa00e510c76bef9b8ec1340903c
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built
diff --git a/ruby_3.2-slim/Dockerfile b/ruby_3.2-slim/Dockerfile
index ae678bd..5e0a6d7 100644
--- a/ruby_3.2-slim/Dockerfile
+++ b/ruby_3.2-slim/Dockerfile
@@ -30,10 +30,10 @@ RUN set -eux; \
ENV LANG C.UTF-8
-# https://www.ruby-lang.org/en/news/2024/04/23/ruby-3-2-4-released/
-ENV RUBY_VERSION 3.2.4
-ENV RUBY_DOWNLOAD_URL https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.4.tar.xz
-ENV RUBY_DOWNLOAD_SHA256 e7f1653d653232ec433472489a91afbc7433c9f760cc822defe7437c9d95791b
+# https://www.ruby-lang.org/en/news/2024/07/26/ruby-3-2-5-released/
+ENV RUBY_VERSION 3.2.5
+ENV RUBY_DOWNLOAD_URL https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.5.tar.xz
+ENV RUBY_DOWNLOAD_SHA256 7780d91130139406d39b29ed8fe16bba350d8fa00e510c76bef9b8ec1340903c
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built
diff --git a/ruby_3.2/Dockerfile b/ruby_3.2/Dockerfile
index b66ce50..c6fb3f5 100644
--- a/ruby_3.2/Dockerfile
+++ b/ruby_3.2/Dockerfile
@@ -16,10 +16,10 @@ RUN set -eux; \
ENV LANG C.UTF-8
-# https://www.ruby-lang.org/en/news/2024/04/23/ruby-3-2-4-released/
-ENV RUBY_VERSION 3.2.4
-ENV RUBY_DOWNLOAD_URL https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.4.tar.xz
-ENV RUBY_DOWNLOAD_SHA256 e7f1653d653232ec433472489a91afbc7433c9f760cc822defe7437c9d95791b
+# https://www.ruby-lang.org/en/news/2024/07/26/ruby-3-2-5-released/
+ENV RUBY_VERSION 3.2.5
+ENV RUBY_DOWNLOAD_URL https://cache.ruby-lang.org/pub/ruby/3.2/ruby-3.2.5.tar.xz
+ENV RUBY_DOWNLOAD_SHA256 7780d91130139406d39b29ed8fe16bba350d8fa00e510c76bef9b8ec1340903c
# some of ruby's build scripts are written in ruby
# we purge system ruby later to make sure our final image uses what we just built Relevant Maintainers: |
yosifkit
approved these changes
Jul 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes: