From 90f1592c8797c3813b9deebfb596e3e1c4cb0f97 Mon Sep 17 00:00:00 2001 From: Nico640 <29523913+Nico640@users.noreply.github.com> Date: Wed, 16 Oct 2024 22:47:23 +0200 Subject: [PATCH] update to 2.4.155 --- Dockerfile | 12 ++++++------ root/etc/s6-overlay/s6-rc.d/ucrm/run | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 11f6e19..462f6d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/root/etc/s6-overlay/s6-rc.d/ucrm/run b/root/etc/s6-overlay/s6-rc.d/ucrm/run index 0bb3421..34c4812 100644 --- a/root/etc/s6-overlay/s6-rc.d/ucrm/run +++ b/root/etc/s6-overlay/s6-rc.d/ucrm/run @@ -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