From 71b0f0793e346919b31cee99b4e87730c38dfeab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 12:52:35 +0000 Subject: [PATCH] Update eclipse-temurin Docker tag to v21.0.7_6-jdk-alpine --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index a24636d0..70102967 100644 --- a/Earthfile +++ b/Earthfile @@ -8,7 +8,7 @@ ARG --global --required MAVEN_REGISTRY_RELEASES ARG --global --required MAVEN_REGISTRY_SNAPSHOTS build: - FROM eclipse-temurin:21.0.6_7-jdk-alpine + FROM eclipse-temurin:21.0.7_6-jdk-alpine DO github.com/genestack/earthly-libs+GRADLE_PREPARE CACHE /root/.gradle/caches