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