6.2.0.123

This commit is contained in:
Alexander Hofbauer 2021-03-19 21:41:45 +01:00
parent f78cf9366c
commit ce96de1d2b
No known key found for this signature in database
GPG key ID: 6421CE3D34E74BA1
2 changed files with 13 additions and 13 deletions

View file

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