From f81159626633201618736f4c1a7604bcc54a1562 Mon Sep 17 00:00:00 2001 From: d6e-automaton Date: Fri, 8 Oct 2021 17:34:16 +0000 Subject: [PATCH] Update for v3.0.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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