From 0af317b636a2d4443f8feb452f55b58f7fa0a571 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Jun 2025 10:43:53 +0000 Subject: [PATCH] Update r-base Docker tag to v4.5.1 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 5a3a6c6a..1f36f869 100644 --- a/Earthfile +++ b/Earthfile @@ -73,7 +73,7 @@ python-api-client: pypi-clean.sh r-api-client: - FROM r-base:4.5.0 + FROM r-base:4.5.1 WORKDIR /app CACHE /root/.cache