We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f84b7cb commit 184994dCopy full SHA for 184994d
1 file changed
Makefile
@@ -3,7 +3,7 @@ PLUGIN_DIR ?= .
3
DOCKER_REGISTRY ?= localhost:31000
4
DOCKER_IMAGE ?= $(DOCKER_REGISTRY)/aes-custom:$(shell git describe --tags --always --dirty)
5
6
-AES_VERSION ?= 2.0.40
+AES_VERSION ?= 2.0.41
7
AES_IMAGE ?= docker.io/datawire/aes:$(AES_VERSION)
8
9
all: .docker.stamp
0 commit comments