diff --git a/Dockerfile b/Dockerfile index a300e31..c427778 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN mkdir -p /opt/xtables/ RUN export ARCH=$(xx-info arch) &&\ wget https://github.com/rancher/k3s-root/releases/download/${K3S_ROOT_VERSION}/k3s-root-xtables-${ARCH}.tar -O /opt/xtables/k3s-root-xtables.tar RUN tar xvf /opt/xtables/k3s-root-xtables.tar -C /opt/xtables -ARG TAG=v0.26.1 +ARG TAG=v0.26.2 ARG PKG="github.com/flannel-io/flannel" ARG SRC="github.com/flannel-io/flannel" RUN git clone --depth=1 https://${SRC}.git $GOPATH/src/${PKG} diff --git a/Makefile b/Makefile index 73a5abf..4103729 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ TAG ?= ${GITHUB_ACTION_TAG} K3S_ROOT_VERSION ?= v0.14.1 ifeq ($(TAG),) -TAG := v0.26.1$(BUILD_META) +TAG := v0.26.2$(BUILD_META) endif ifeq (,$(filter %$(BUILD_META),$(TAG)))