Skip to content

Commit

Permalink
Merge pull request #2190 from FabianKramm/refactor-ingress-auth
Browse files Browse the repository at this point in the history
fix: bump kine version
  • Loading branch information
FabianKramm authored Oct 1, 2024
2 parents 23f9cd6 + d9d19f6 commit 61df806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG KINE_VERSION="v0.12.2"
ARG KINE_VERSION="v0.13.1"
FROM rancher/kine:${KINE_VERSION} as kine

# Build program
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.release
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG KINE_VERSION="v0.12.2"
ARG KINE_VERSION="v0.13.1"
FROM rancher/kine:${KINE_VERSION} as kine

# Build the manager binary
Expand Down

0 comments on commit 61df806

Please sign in to comment.