Skip to content

Commit

Permalink
Bump K3s-root version to v0.14.0 (#105)
Browse files Browse the repository at this point in the history
* chore: Bump to latest k3s-root version in Makefile

Made with ❤️️ by updatecli

* chore: Bump to latest k3s-root version in Dockerfile

Made with ❤️️ by updatecli

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 10, 2024
1 parent 6e74da0 commit d35ec0b
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
Expand Up @@ -15,7 +15,7 @@ RUN set -x && \
linux-headers \
make
# setup the build
ARG K3S_ROOT_VERSION=v0.13.0
ARG K3S_ROOT_VERSION=v0.14.0
RUN xx-info env
RUN mkdir -p /opt/xtables/
RUN export ARCH=$(xx-info arch) &&\
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ORG ?= rancher
PKG ?= github.com/flannel-io/flannel
SRC ?= github.com/flannel-io/flannel
TAG ?= ${GITHUB_ACTION_TAG}
K3S_ROOT_VERSION ?= v0.13.0
K3S_ROOT_VERSION ?= v0.14.0

ifeq ($(TAG),)
TAG := v0.25.4$(BUILD_META)
Expand Down

0 comments on commit d35ec0b

Please sign in to comment.