Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bernot-dev committed May 8, 2024
1 parent 011e83c commit 775bdde
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:26.1-cli as docker
FROM debian:stable-slim as kindtest

WORKDIR /build
Expand Down

0 comments on commit 775bdde

Please sign in to comment.