From f84b7cb7918a387574034611bd8500419c8041ee Mon Sep 17 00:00:00 2001 From: d6e-automaton Date: Sat, 9 Oct 2021 22:23:04 +0000 Subject: [PATCH] Update for v2.0.40 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5392a56..7400331 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 ?= 2.0.40 AES_IMAGE ?= docker.io/datawire/aes:$(AES_VERSION) all: .docker.stamp