From 5d831813d3a4700ce07805c4717f114d58bbe1e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Jun 2025 02:09:17 +0000 Subject: [PATCH] Update alpine/curl Docker tag to v8.14.1 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 954494ec..5a3a6c6a 100644 --- a/Earthfile +++ b/Earthfile @@ -127,7 +127,7 @@ explorer: SAVE IMAGE --push ${HARBOR_DOCKER_REGISTRY}/explorer:latest docs: - FROM alpine/curl:8.12.1 + FROM alpine/curl:8.14.1 WORKDIR /app COPY +build/generated generated