Skip to content

Commit

Permalink
update to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico640 committed Jun 24, 2020
1 parent de50319 commit 5db3b51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Multi-stage build - See https://docs.docker.com/engine/userguide/eng-image/multistage-build
FROM ubnt/unms:1.2.3 as unms
FROM ubnt/unms-nginx:1.2.3 as unms-nginx
FROM ubnt/unms-netflow:1.2.3 as unms-netflow
FROM ubnt/unms-crm:3.2.3 as unms-crm
FROM ubnt/unms:1.2.4 as unms
FROM ubnt/unms-nginx:1.2.4 as unms-nginx
FROM ubnt/unms-netflow:1.2.4 as unms-netflow
FROM ubnt/unms-crm:3.2.4 as unms-crm
FROM nico640/s6-debian-node:10.19.0-9.12

ENV DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -115,7 +115,7 @@ ENV NGINX_UID=1000 \
NGINX_VERSION=nginx-1.14.2 \
LUAJIT_VERSION=2.1.0-beta3 \
LUA_NGINX_VERSION=0.10.14 \
PHP_VERSION=php-7.3.18
PHP_VERSION=php-7.3.19

RUN set -x \
&& mkdir -p /tmp/src && cd /tmp/src \
Expand Down
2 changes: 1 addition & 1 deletion root/etc/services.d/ucrm/run
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export NGINX_VERSION=1.14.2
export PGBOUNCER_VERSION=1.10.0
export UNMS_HOST=127.0.0.1
export UNMS_PORT=8081
export UNMS_VERSION=1.2.3
export UNMS_VERSION=1.2.4
export SUSPEND_PORT=9082
export CLOUD=0
export CLOUD_SMTP_PORT=null
Expand Down

0 comments on commit 5db3b51

Please sign in to comment.