Skip to content

Commit

Permalink
chore(deps): bump curlimages/curl from 8.4.0 to 8.5.0 (akuity#1261)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent 6bf664b commit 5025c74
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 @@ -50,7 +50,7 @@ RUN NODE_ENV='production' pnpm run build
####################################################################################################
# `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.4.0 as tools
FROM curlimages/curl:8.5.0 as tools

ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit 5025c74

Please sign in to comment.