feat: 7.3.3.50
This commit is contained in:
parent
3103b3d568
commit
33c90baec7
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 }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
repository: xbeeant/oo-unlimit
|
repository: xbeeant/oo-unlimit
|
||||||
tags: latest, 7.3.2.8
|
tags: latest, 7.3.3.50
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
ARG product_version=7.3.2
|
ARG product_version=7.3.3
|
||||||
ARG build_number=8
|
ARG build_number=50
|
||||||
ARG oo_root='/var/www/onlyoffice/documentserver'
|
ARG oo_root='/var/www/onlyoffice/documentserver'
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
Loading…
Reference in a new issue