Skip to content

Commit

Permalink
fix(deps): bump docker from 26.0-cli to 27.4-cli in /hack
Browse files Browse the repository at this point in the history
Bumps docker from 26.0-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 16c7230 commit a8f127a
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 @@ -73,7 +73,7 @@ COPY --from=hermetic /workspace/vendor vendor.tmp

## kindtest image for running tests against kind cluster in hermetic environment.
FROM golang:1.22-bullseye as buildbase
FROM docker:26.0-cli as docker
FROM docker:27.4-cli as docker
FROM debian:stable-slim as kindtest

WORKDIR /build
Expand Down

0 comments on commit a8f127a

Please sign in to comment.