diff --git a/Makefile b/Makefile index 5392a56..9a1ac18 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PLUGIN_DIR ?= . DOCKER_REGISTRY ?= localhost:31000 DOCKER_IMAGE ?= $(DOCKER_REGISTRY)/aes-custom:$(shell git describe --tags --always --dirty) -AES_VERSION ?= 1.14.1 +AES_VERSION ?= 3.0.1 AES_IMAGE ?= docker.io/datawire/aes:$(AES_VERSION) all: .docker.stamp