Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
build(deps): bump curlimages/curl from 7.81.0 to 8.6.0
Browse files Browse the repository at this point in the history
Bumps curlimages/curl from 7.81.0 to 8.6.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
1 parent 9856042 commit 5a2f2c4
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 @@ -3,7 +3,7 @@
ARG PACKAGE=${PACKAGE:-"fip_api"}
ARG REF_NAME=${REF_NAME:-"gcr.io/distroless/static-debian11:nonroot@sha256:bca3c203cdb36f5914ab8568e4c25165643ea9b711b41a8a58b42c80a51ed609"}

FROM docker.io/curlimages/curl:7.81.0 as fip
FROM docker.io/curlimages/curl:8.6.0 as fip
ARG BUILDARCH
ARG BUILDOS
ARG BUILDPLATFORM
Expand Down

0 comments on commit 5a2f2c4

Please sign in to comment.