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