From 15b5822fb6f8d08481e371abd03950643fb58889 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 12:00:54 -0400 Subject: [PATCH] chore(deps): bump curlimages/curl from 8.7.1 to 8.8.0 (#2062) 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 fc203b760..d2fb5340a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,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.7.1 as tools +FROM curlimages/curl:8.8.0 as tools ARG TARGETOS ARG TARGETARCH