mirror of
https://github.com/ONLYOFFICE/Docker-DocumentServer.git
synced 2026-02-10 12:35:25 +08:00
Use mssql-tools version from BASE_IMAGE (#731)
* Use mssql-tools version from BASE_IMAGE * Small changes * Small changes * Small changes * Small changes * Small changes
This commit is contained in:
2
.github/workflows/stable-build.yml
vendored
2
.github/workflows/stable-build.yml
vendored
@ -129,7 +129,7 @@ jobs:
|
||||
export PRODUCT_EDITION=${{ matrix.edition }}
|
||||
export PACKAGE_BASEURL=${{ secrets.REPO_BASEURL }}
|
||||
export DOCKERFILE=Dockerfile
|
||||
export BASE_IMAGE=ubuntu:20.04
|
||||
export BASE_VERSION=20.04
|
||||
export PG_VERSION=12
|
||||
export TAG=${VERSION%.*}.${RELEASE_NUMBER}
|
||||
export PACKAGE_VERSION=$( echo ${VERSION} | sed -E 's/(.*)\./\1-/')
|
||||
|
||||
Reference in New Issue
Block a user