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

Bump rakudo-star to 2024.09 #17707

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Bump rakudo-star to 2024.09 #17707

merged 1 commit into from
Oct 10, 2024

Conversation

m-dango
Copy link
Contributor

@m-dango m-dango commented Oct 10, 2024

No description provided.

@m-dango m-dango requested a review from a team as a code owner October 10, 2024 10:17
Copy link

Diff for 176e585:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 72c9c34..f6b0b25 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,12 +1,12 @@
 Maintainers: Moritz Lenz <[email protected]> (@moritz), Joelle Maslak <[email protected]> (@jmaslak), Daniel Mita <[email protected]> (@m-dango), Anton Oks <[email protected]> (@AntonOks)
 GitRepo: https://github.com/Raku/docker
 
-Tags: alpine, 2024.08-alpine
+Tags: alpine, 2024.09-alpine
 Architectures: amd64, arm64v8
-GitCommit: fb46bca51e03649ee14c3b1de3ecf8b4bb096e43
-Directory: 2024.08/alpine
+GitCommit: c2a2720a8b711e4ea8a0f27e89f9d07c7b388a1f
+Directory: 2024.09/alpine
 
-Tags: latest, 2024.08, bookworm
+Tags: latest, 2024.09, bookworm
 Architectures: amd64, arm64v8
-GitCommit: fb46bca51e03649ee14c3b1de3ecf8b4bb096e43
-Directory: 2024.08/bookworm
+GitCommit: c2a2720a8b711e4ea8a0f27e89f9d07c7b388a1f
+Directory: 2024.09/bookworm
diff --git a/_bashbrew-list b/_bashbrew-list
index 41e5333..dacf0cc 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,5 +1,5 @@
-rakudo-star:2024.08
-rakudo-star:2024.08-alpine
+rakudo-star:2024.09
+rakudo-star:2024.09-alpine
 rakudo-star:alpine
 rakudo-star:bookworm
 rakudo-star:latest
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 9133ff2..6ee7337 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,2 +1,2 @@
-rakudo-star:2024.08-alpine
+rakudo-star:2024.09-alpine
 rakudo-star:bookworm
diff --git a/rakudo-star_2024.08-alpine/Dockerfile b/rakudo-star_2024.09-alpine/Dockerfile
similarity index 98%
rename from rakudo-star_2024.08-alpine/Dockerfile
rename to rakudo-star_2024.09-alpine/Dockerfile
index dc5902f..e895489 100644
--- a/rakudo-star_2024.08-alpine/Dockerfile
+++ b/rakudo-star_2024.09-alpine/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:latest
 
 RUN addgroup -S raku && adduser -S raku -G raku
 
-ARG rakudo_version=2024.08-01
+ARG rakudo_version=2024.09-01
 ENV rakudo_version=${rakudo_version}
 
 RUN buildDeps=' \
diff --git a/rakudo-star_bookworm/Dockerfile b/rakudo-star_bookworm/Dockerfile
index 3a6ce1a..361f876 100644
--- a/rakudo-star_bookworm/Dockerfile
+++ b/rakudo-star_bookworm/Dockerfile
@@ -3,7 +3,7 @@ MAINTAINER Rob Hoelz
 
 RUN groupadd -r raku && useradd -m -r -g raku raku
 
-ARG rakudo_version=2024.08-01
+ARG rakudo_version=2024.09-01
 ENV rakudo_version=${rakudo_version}
 
 RUN buildDeps=' \

Relevant Maintainers:

@tianon tianon merged commit 045fc9f into docker-library:master Oct 10, 2024
7 checks passed
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.

2 participants