Skip to content

Commit

Permalink
fix(deps): bump docker from 27.2-cli to 27.4-cli in /hack
Browse files Browse the repository at this point in the history
Bumps docker from 27.2-cli to 27.4-cli.

---
updated-dependencies:
- dependency-name: docker
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 601dd79 commit 7ab35da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ COPY --from=hermetic /workspace/vendor vendor.tmp

## kindtest image for running tests against kind cluster in hermetic environment.
FROM google-go.pkg.dev/golang:1.23.2@sha256:335533a0cbaa2e5b0dc038ac7023418ac68c3bb22b8828fc354088bb0340019b AS buildbase
FROM docker:27.2-cli AS docker
FROM docker:27.4-cli AS docker
FROM debian:stable-slim AS kindtest

WORKDIR /build
Expand Down

0 comments on commit 7ab35da

Please sign in to comment.