Skip to content

Commit

Permalink
update to 2.4.155
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico640 committed Oct 16, 2024
1 parent 1e8802a commit 90f1592
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:2.4.143 as unms
FROM --platform=linux/amd64 ubnt/unms-nginx:2.4.143 as unms-nginx
FROM --platform=linux/amd64 ubnt/unms-netflow:2.4.143 as unms-netflow
FROM --platform=linux/amd64 ubnt/unms-crm:4.4.20 as unms-crm
FROM --platform=linux/amd64 ubnt/unms-siridb:2.4.143 as unms-siridb
FROM --platform=linux/amd64 ubnt/unms-postgres:2.4.143 as unms-postgres
FROM --platform=linux/amd64 ubnt/unms:2.4.155 as unms
FROM --platform=linux/amd64 ubnt/unms-nginx:2.4.155 as unms-nginx
FROM --platform=linux/amd64 ubnt/unms-netflow:2.4.155 as unms-netflow
FROM --platform=linux/amd64 ubnt/unms-crm:4.4.21 as unms-crm
FROM --platform=linux/amd64 ubnt/unms-siridb:2.4.155 as unms-siridb
FROM --platform=linux/amd64 ubnt/unms-postgres:2.4.155 as unms-postgres
FROM rabbitmq:3.7.28-alpine as rabbitmq
FROM node:12.18.4-alpine3.12 as node-old

Expand Down
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.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=2.4.143
export UNMS_VERSION=2.4.155
export SUSPEND_PORT=9082
export CLOUD=0
export CLOUD_SMTP_PORT=null
Expand Down

0 comments on commit 90f1592

Please sign in to comment.