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 c0c19bd commit ee70a86
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 @@ -75,7 +75,7 @@ COPY --from=hermetic /workspace/vendor vendor.tmp

## kindtest image for running tests against kind cluster in hermetic environment.
FROM golang:1.23.1-bullseye 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 ee70a86

Please sign in to comment.