From c6b3e7fe6d7c50fa1388dda0129b993d2f380a09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Apr 2025 18:12:03 +0000 Subject: [PATCH] Update r-base Docker tag to v4.5.0 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 0e86852e..a24636d0 100644 --- a/Earthfile +++ b/Earthfile @@ -73,7 +73,7 @@ python-api-client: pypi-clean.sh r-api-client: - FROM r-base:4.4.3 + FROM r-base:4.5.0 WORKDIR /app CACHE /root/.cache