From 473216db452d7734b036d852af0b8c5ce74ac8d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 04:34:22 +0000 Subject: [PATCH] Update eclipse-temurin Docker tag to v21.0.6_7-jdk-alpine --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 521da208..b86efbfc 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.5_11-jdk-alpine + FROM eclipse-temurin:21.0.6_7-jdk-alpine DO github.com/genestack/earthly-libs+GRADLE_PREPARE CACHE /root/.gradle/caches