Skip to content

Commit

Permalink
update to 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico640 committed Jan 30, 2023
1 parent f9e880b commit 3a788f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM --platform=linux/amd64 ubnt/unms:1.5.7 as unms
FROM --platform=linux/amd64 ubnt/unms-nginx:1.5.7 as unms-nginx
FROM --platform=linux/amd64 ubnt/unms-netflow:1.5.7 as unms-netflow
FROM --platform=linux/amd64 ubnt/unms-crm:3.5.0 as unms-crm
FROM --platform=linux/amd64 ubnt/unms-siridb:1.5.7 as unms-siridb
FROM --platform=linux/amd64 ubnt/unms-postgres:1.5.7 as unms-postgres
FROM --platform=linux/amd64 ubnt/unms:1.6.5 as unms
FROM --platform=linux/amd64 ubnt/unms-nginx:1.6.5 as unms-nginx
FROM --platform=linux/amd64 ubnt/unms-netflow:1.6.5 as unms-netflow
FROM --platform=linux/amd64 ubnt/unms-crm:3.6.0 as unms-crm
FROM --platform=linux/amd64 ubnt/unms-siridb:1.6.5 as unms-siridb
FROM --platform=linux/amd64 ubnt/unms-postgres:1.6.5 as unms-postgres
FROM rabbitmq:3.7.14-alpine as rabbitmq
FROM node:12.18.4-alpine3.12 as node-old

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 @@ -34,7 +34,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.5.7
export UNMS_VERSION=1.6.5
export SUSPEND_PORT=9082
export CLOUD=0
export CLOUD_SMTP_PORT=null
Expand Down

0 comments on commit 3a788f3

Please sign in to comment.