From eb7376ac39af4b9bf7a1bbcf34f018b5ad87d1cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 07:17:30 -0400 Subject: [PATCH] chore(deps): bump curlimages/curl from 8.9.1 to 8.10.0 (#2533) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 24e08cffa..0f90f7399 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ WORKDIR /kargo/bin #################################################################################################### # `tools` stage allows us to take the leverage of the parallel build. # For example, this stage can be cached and re-used when we have to rebuild code base. -FROM curlimages/curl:8.9.1 AS tools +FROM curlimages/curl:8.10.0 AS tools ARG TARGETOS ARG TARGETARCH