Add default tag
This commit is contained in:
parent
a80f4436e5
commit
7c9286abf9
|
@ -1,6 +1,6 @@
|
||||||
### Arguments only for FROM instruction ###
|
### Arguments only for FROM instruction ###
|
||||||
ARG PRODUCT_EDITION=
|
ARG PRODUCT_EDITION=
|
||||||
ARG TAG=
|
ARG TAG=latest
|
||||||
|
|
||||||
FROM onlyoffice/documentserver${PRODUCT_EDITION}:${TAG} as documentserver-nonexample
|
FROM onlyoffice/documentserver${PRODUCT_EDITION}:${TAG} as documentserver-nonexample
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue