Skip to content

Commit

Permalink
chore: Updated to latest kine version
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Kosiewski <[email protected]>
(cherry picked from commit b86f07b)
  • Loading branch information
Thomas Kosiewski committed Nov 13, 2024
1 parent 7312212 commit f2977eb
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.13.2"
ARG KINE_VERSION="v0.13.5"
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.13.2"
ARG KINE_VERSION="v0.13.5"
FROM rancher/kine:${KINE_VERSION} AS kine

# Build the manager binary
Expand Down

0 comments on commit f2977eb

Please sign in to comment.