From 2dc64b23e44c43205064bd79a991b8de763744ed Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Tue, 1 Nov 2022 16:09:56 -0400 Subject: [PATCH] parameterized LATS version --- .env | 1 + docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 43cc336..035c066 100644 --- a/.env +++ b/.env @@ -6,5 +6,6 @@ PROXY_HOST=localhost PROXY_PORT=8080 ACS_TAG=7.3.0 +ATE_AIO_TAG=3.0.0 AAMQ_TAG=5.17.1-jre17-centos7 POSTGRES_TAG=13 diff --git a/docker-compose.yml b/docker-compose.yml index 6a48dee..4ebf17b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,7 +34,7 @@ services: - activemq transform-core-aio: - image: alfresco/alfresco-transform-core-aio:latest + image: alfresco/alfresco-transform-core-aio:${ATE_AIO_TAG} postgres-acs: image: postgres:${POSTGRES_TAG}