diff --git a/Dockerfile b/Dockerfile index 6a8fdb6..0333eee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM ${BCI_IMAGE} as bci FROM ${GO_IMAGE} as builder ARG ARCH="amd64" -ARG TAG=v0.6.3 +ARG TAG=v0.7.0 ARG PKG="github.com/k8snetworkplumbingwg/whereabouts" ARG SRC="github.com/k8snetworkplumbingwg/whereabouts" RUN git clone --depth=1 https://${SRC}.git $GOPATH/src/${PKG} diff --git a/Makefile b/Makefile index 75f1113..3a1d7d0 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ BUILD_META=-build$(shell date +%Y%m%d) ORG ?= rancher PKG ?= github.com/k8snetworkplumbingwg/whereabouts SRC ?= github.com/k8snetworkplumbingwg/whereabouts -TAG ?= v0.6.3$(BUILD_META) +TAG ?= v0.7.0$(BUILD_META) ifeq (,$(filter %$(BUILD_META),$(TAG))) $(error TAG $(TAG) needs to end with build metadata: $(BUILD_META))