Add default tag

This commit is contained in:
danilapog 2022-08-03 15:20:15 +03:00
parent a80f4436e5
commit 7c9286abf9

View file

@ -1,6 +1,6 @@
### Arguments only for FROM instruction ###
ARG PRODUCT_EDITION=
ARG TAG=
ARG TAG=latest
FROM onlyoffice/documentserver${PRODUCT_EDITION}:${TAG} as documentserver-nonexample