From 1883249dc71fd03b5cd08500f60e6c566d5a897f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 10:07:33 +0000 Subject: [PATCH] Update alpine/curl Docker tag to v8.17.0 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index df222455..c25d2612 100644 --- a/Earthfile +++ b/Earthfile @@ -110,7 +110,7 @@ r-api-client: --upload-file "${archive}" "${R_REGISTRY}/src/contrib/${archive}" docs: - FROM alpine/curl:8.14.1 + FROM alpine/curl:8.17.0 WORKDIR /app COPY +build/generated generated