This is an automated email from the ASF dual-hosted git repository. matrei pushed a commit to branch fix-workflow in repository https://gitbox.apache.org/repos/asf/grails-plugins-metadata.git
commit 36f9588818b88922a97cb48829545d66377c07da Author: Mattias Reichel <[email protected]> AuthorDate: Sat Dec 13 16:04:09 2025 +0100 ci: upgrade docker image to groovy 5 --- .github/actions/update-plugin-index/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/update-plugin-index/Dockerfile b/.github/actions/update-plugin-index/Dockerfile index 235d9b0..3ceeb5d 100644 --- a/.github/actions/update-plugin-index/Dockerfile +++ b/.github/actions/update-plugin-index/Dockerfile @@ -1,2 +1,2 @@ -FROM groovy:4.0.27-jdk17 +FROM groovy:5-jdk25 ENTRYPOINT ["groovy", "index-plugins.groovy"] \ No newline at end of file
