diff --git a/Makefile b/Makefile index efbfa9f..5c19543 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 2.5 +VERSION := 2.5.1 DOCKER_IMAGE := ineva/ipa-server DOCKER_TARGET := $(DOCKER_IMAGE):$(VERSION) @@ -20,4 +20,4 @@ image:: docker build --platform linux/amd64 -t $(DOCKER_TARGET) . push:: - docker push $(DOCKER_TARGET) \ No newline at end of file + docker push $(DOCKER_TARGET)