parameterize ACS version in Dockerfile

This commit is contained in:
2022-11-01 16:00:54 -04:00
parent 6e6f38e9e4
commit 1e1667c039
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
ARG ACS_TAG=inject-it
FROM alfresco/alfresco-content-repository-community:${ACS_TAG}
ARG USERNAME=alfresco