This is an automated email from the ASF dual-hosted git repository.
matrei pushed a commit to branch release-updates-2
in repository https://gitbox.apache.org/repos/asf/grails-gradle-publish.git
The following commit(s) were added to refs/heads/release-updates-2 by this push:
new 2b23350 [skip ci] update verification container version
2b23350 is described below
commit 2b23350db7c62a6f39ece8033cc917ded75c2e48
Author: Mattias Reichel <[email protected]>
AuthorDate: Wed Nov 26 10:05:26 2025 +0100
[skip ci] update verification container version
---
.github/workflows/release.yaml | 2 +-
etc/bin/Dockerfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index a085eea..e622f74 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -22,7 +22,7 @@ env:
DIST_NAME: apache-grails-publish
GRAILS_PUBLISH_RELEASE: 'true'
JAVA_DISTRIBUTION: liberica
- JAVA_VERSION: 17.0.17 # this must be a specific version for reproducible
builds, keep it synced with .sdkmanrc
+ JAVA_VERSION: 17.0.17 # this must be a specific version for reproducible
builds, keep it synced with .sdkmanrc and verification container
PROJECT_DESC: >
The Grails Publish Gradle Plugin is a tool that simplifies the process of
publishing
Grails-related artifacts to various repository types - making it easier
for developers
diff --git a/etc/bin/Dockerfile b/etc/bin/Dockerfile
index c4ed3f9..d46d7b7 100644
--- a/etc/bin/Dockerfile
+++ b/etc/bin/Dockerfile
@@ -16,7 +16,7 @@
# for testing in a container that is similar to the grails github action linux
build environment
# run this from the root of the project
# `docker build -t grails:testing -f etc/bin/Dockerfile . && docker run -it
--rm -v $(pwd):/home/groovy/project grails:testing bash`
-FROM bellsoft/liberica-openjdk-debian:17.0.14
+FROM bellsoft/liberica-openjdk-debian:17.0.17
USER root
RUN apt-get update && apt-get install -y curl unzip coreutils
libdigest-sha-perl gpg vim sudo psmisc locales groovy rsync