Skip to content
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 redmine #15941

Merged
merged 1 commit into from
Dec 19, 2023
Merged

Update redmine #15941

merged 1 commit into from
Dec 19, 2023

Conversation

tianon
Copy link
Member

@tianon tianon commented Dec 19, 2023

Copy link

Diff for 96b74ce:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index ee9e1c3..7bbfdb1 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -13,10 +13,10 @@ Directory: 5.0/alpine3.18
 
 Tags: 5.1.1, 5.1, 5, latest, 5.1.1-bookworm, 5.1-bookworm, 5-bookworm, bookworm
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 711e24b729fb1e39614073f1c0c37402af829ddd
+GitCommit: 5b28bcaaca4e14c41564d43cf5e53b0a13b49155
 Directory: 5.1/bookworm
 
 Tags: 5.1.1-alpine3.18, 5.1-alpine3.18, 5-alpine3.18, alpine3.18, 5.1.1-alpine, 5.1-alpine, 5-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 711e24b729fb1e39614073f1c0c37402af829ddd
+GitCommit: 5b28bcaaca4e14c41564d43cf5e53b0a13b49155
 Directory: 5.1/alpine3.18
diff --git a/redmine_alpine/Dockerfile b/redmine_alpine/Dockerfile
index a8eac20..9fc2e74 100644
--- a/redmine_alpine/Dockerfile
+++ b/redmine_alpine/Dockerfile
@@ -4,7 +4,7 @@
 # PLEASE DO NOT EDIT IT DIRECTLY.
 #
 
-FROM ruby:3.1-alpine3.18
+FROM ruby:3.2-alpine3.18
 
 # explicitly set uid/gid to guarantee that it won't change in the future
 # the values 999:999 are identical to the current user/group id assigned
diff --git a/redmine_bookworm/Dockerfile b/redmine_bookworm/Dockerfile
index 9ecbcd9..ce3d4b9 100644
--- a/redmine_bookworm/Dockerfile
+++ b/redmine_bookworm/Dockerfile
@@ -4,7 +4,7 @@
 # PLEASE DO NOT EDIT IT DIRECTLY.
 #
 
-FROM ruby:3.1-slim-bookworm
+FROM ruby:3.2-slim-bookworm
 
 # explicitly set uid/gid to guarantee that it won't change in the future
 # the values 999:999 are identical to the current user/group id assigned

Relevant Maintainers:

@yosifkit yosifkit merged commit f0834f1 into docker-library:master Dec 19, 2023
9 checks passed
@yosifkit yosifkit deleted the redmine branch December 19, 2023 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants