This is an automated email from the ASF dual-hosted git repository.
F21 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git
The following commit(s) were added to refs/heads/main by this push:
new 7d36783fe [CALCITE-7520] Upgrade Docker Gradle image for running tests
to 8.14
7d36783fe is described below
commit 7d36783fed6ba9d9ed4656272d5982bc8994172b
Author: Francis Chuang <[email protected]>
AuthorDate: Tue May 12 09:28:07 2026 +1000
[CALCITE-7520] Upgrade Docker Gradle image for running tests to 8.14
---
docker-compose.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker-compose.yml b/docker-compose.yml
index 12a27cd88..5501aee12 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -49,7 +49,7 @@ services:
- gradle-cache:/home/gradle/.gradle
test:
- image: gradle:8.5-jdk8
+ image: gradle:8.14-jdk8
working_dir: /src
command: sh -c "./docker.sh test"
volumes: