diff --git a/Makefile b/Makefile index 58f6eabc..4f681d90 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: build-keri -VERSION := docker-test +VERSION := 1.2.0-dev12 build-keri: @docker buildx build --platform -f images/keripy.dockerfile linux/amd64,linux/arm64 -t weboftrust/keri:$(VERSION) .