From 099ac7a98e75cce14cdd80f47989799a34eb86b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 02:55:22 +0000 Subject: [PATCH] Update r-base Docker tag to v4.5.2 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index e2bfb76d..a5804275 100644 --- a/Earthfile +++ b/Earthfile @@ -73,7 +73,7 @@ python-api-client: pypi-clean.sh r-api-client: - FROM r-base:4.5.1 + FROM r-base:4.5.2 WORKDIR /app CACHE /root/.cache