From 6b44d7d16c7b8e1bee05a9b694125f3e87aa41c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 02:07:43 +0000 Subject: [PATCH] chore(deps): update curlimages/curl docker tag to v8.20.0 --- Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Earthfile b/Earthfile index cf8c7e4..1f7352f 100644 --- a/Earthfile +++ b/Earthfile @@ -171,7 +171,7 @@ go-lint: golangci-lint-setup: ARG GOLANGCI_LINT_VERSION=v2.11.4 ARG NATIVEPLATFORM - FROM --platform=${NATIVEPLATFORM} curlimages/curl:8.18.0 + FROM --platform=${NATIVEPLATFORM} curlimages/curl:8.20.0 RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b . ${GOLANGCI_LINT_VERSION} SAVE ARTIFACT golangci-lint @@ -180,7 +180,7 @@ golangci-lint-setup: crossplane-cli-setup: ARG CROSSPLANE_VERSION ARG NATIVEPLATFORM - FROM --platform=${NATIVEPLATFORM} curlimages/curl:8.18.0 + FROM --platform=${NATIVEPLATFORM} curlimages/curl:8.20.0 RUN curl -sL "https://raw.githubusercontent.com/crossplane/crossplane/main/install.sh" | XP_VERSION="${CROSSPLANE_VERSION:+v${CROSSPLANE_VERSION}}" sh SAVE ARTIFACT crossplane