7.3.2.8
This commit is contained in:
parent
1f0170cb16
commit
3103b3d568
2 changed files with 3 additions and 3 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -21,5 +21,5 @@ jobs:
|
|||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
repository: xbeeant/oo-unlimit
|
||||
tags: latest, 7.2.1.34
|
||||
tags: latest, 7.3.2.8
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ARG product_version=7.2.1
|
||||
ARG build_number=34
|
||||
ARG product_version=7.3.2
|
||||
ARG build_number=8
|
||||
ARG oo_root='/var/www/onlyoffice/documentserver'
|
||||
|
||||
## Setup
|
||||
|
|
Loading…
Reference in a new issue