From ebab8d8ac8198f4d7a73a03463600975788c3fb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 00:40:06 +0000 Subject: [PATCH] Update r-base Docker tag to v4.5.3 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 117bb3c5..77717f08 100644 --- a/Earthfile +++ b/Earthfile @@ -70,7 +70,7 @@ python-api-client: pypi-clean.sh r-api-client: - FROM r-base:4.5.2 + FROM r-base:4.5.3 WORKDIR /app CACHE /root/.cache