Skip to content

Commit

Permalink
chore(deps): bump curlimages/curl from 8.10.0 to 8.10.1
Browse files Browse the repository at this point in the history
Bumps curlimages/curl from 8.10.0 to 8.10.1.

---
updated-dependencies:
- dependency-name: curlimages/curl
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 22, 2024
1 parent 72d56c1 commit c3664fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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.0 AS tools
FROM curlimages/curl:8.10.1 AS tools

ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit c3664fa

Please sign in to comment.