From d46b14ce99f34a1d0a426c7b25622ff9828f2963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 05:44:25 +0000 Subject: [PATCH] chore(deps): bump curlimages/curl from 8.8.0 to 8.9.0 Bumps curlimages/curl from 8.8.0 to 8.9.0. --- updated-dependencies: - dependency-name: curlimages/curl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1ec7a4fe3..4ed2fbd92 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.8.0 as tools +FROM curlimages/curl:8.9.0 as tools ARG TARGETOS ARG TARGETARCH