This commit is contained in:
Alexander Hofbauer 2021-02-23 21:34:42 +01:00
parent 4418f05958
commit f78cf9366c
No known key found for this signature in database
GPG key ID: 6421CE3D34E74BA1
2 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
## Build stage
ARG product_version=6.1.0
ARG build_number=83
ARG product_version=6.1.1
ARG build_number=53
ARG oo_root='/var/www/onlyoffice/documentserver'
FROM onlyoffice/documentserver:${product_version}.${build_number} as build-stage