diff --git a/Dockerfile b/Dockerfile index 21413306a..79edd5c75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,7 +59,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.10.1 AS tools +FROM curlimages/curl:8.11.0 AS tools ARG TARGETOS ARG TARGETARCH