Skip to content

Commit

Permalink
update to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico640 committed Dec 19, 2019
1 parent 8035e63 commit 1269cf4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 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.1.1 as unms
FROM ubnt/unms-nginx:1.1.1 as unms-nginx
FROM ubnt/unms-netflow:1.1.1 as unms-netflow
FROM ubnt/unms-crm:3.1.1 as unms-crm
FROM ubnt/unms:1.1.2 as unms
FROM ubnt/unms-nginx:1.1.2 as unms-nginx
FROM ubnt/unms-netflow:1.1.2 as unms-netflow
FROM ubnt/unms-crm:3.1.2 as unms-crm
FROM oznu/s6-node:10.15.3-debian-amd64

ENV DEBIAN_FRONTEND=noninteractive
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.armhf
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.1.1 as unms
FROM ubnt/unms-nginx:1.1.1 as unms-nginx
FROM ubnt/unms-netflow:1.1.1 as unms-netflow
FROM ubnt/unms-crm:3.1.1 as unms-crm
FROM ubnt/unms:1.1.2 as unms
FROM ubnt/unms-nginx:1.1.2 as unms-nginx
FROM ubnt/unms-netflow:1.1.2 as unms-netflow
FROM ubnt/unms-crm:3.1.2 as unms-crm
FROM oznu/s6-node:10.15.3-debian-armhf

ENV DEBIAN_FRONTEND=noninteractive
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 @@ -36,7 +36,7 @@ export PGBOUNCER_VERSION=1.10.0
export UNMS_HOST=127.0.0.1
export UNMS_PORT=8081
export UNMS_TOKEN=ucrm
export UNMS_VERSION=1.1.1
export UNMS_VERSION=1.1.2
export SUSPEND_PORT=9082
export CLOUD=0
export CLOUD_SMTP_PORT=null
Expand Down

0 comments on commit 1269cf4

Please sign in to comment.