This commit is contained in:
STAM 2020-07-18 00:59:00 +03:00
parent 8779139b2e
commit 9fb1e78f18
2 changed files with 7 additions and 6 deletions

View File

@ -1,10 +1,11 @@
## Changelog ## Changelog
* `May-july 2020` * `May-july 2020`
* Upgraded teamCity Agnet * Upgraded `TeamCity Agnet`
* Fixed Nextcloud * upgraded `nginx`
* Fixed qBittorrent * Fixed `Nextcloud`
* Added websites:php7.3 * Fixed `qBittorrent`
* Updated atlassian versions * Added `websites:php7.3`
* Updated `atlassian` versions
* Added `testrail` (beta release) * Added `testrail` (beta release)
* Fixed bugs * Fixed bugs
* `March-Apr 2020` * `March-Apr 2020`

View File

@ -11,7 +11,7 @@ ARG SRC_DIR=${BUILDS_DIR}/src
ARG EXPORT_DIR=${BUILDS_DIR}/export ARG EXPORT_DIR=${BUILDS_DIR}/export
ARG PRE_DIR=${BUILDS_DIR}/pre ARG PRE_DIR=${BUILDS_DIR}/pre
ARG NGINX_SRC_DIR=${SRC_DIR}/nginx ARG NGINX_SRC_DIR=${SRC_DIR}/nginx
ARG NGINX_VERSION=1.18.0 ARG NGINX_VERSION=1.19.1
ARG NGINX_DOWNLOAD_URL=http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz ARG NGINX_DOWNLOAD_URL=http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz
ARG LUAJIT_INC=/usr/local/include/luajit-2.1 ARG LUAJIT_INC=/usr/local/include/luajit-2.1
ARG LUAJIT_LIB=/usr/local/lib ARG LUAJIT_LIB=/usr/local/lib