Skip to content

Commit

Permalink
update to 2.3.57
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico640 committed Oct 15, 2023
1 parent 62271c0 commit b040d9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM --platform=linux/amd64 ubnt/unms:2.3.35 as unms
FROM --platform=linux/amd64 ubnt/unms-nginx:2.3.35 as unms-nginx
FROM --platform=linux/amd64 ubnt/unms-netflow:2.3.35 as unms-netflow
FROM --platform=linux/amd64 ubnt/unms-crm:4.3.2 as unms-crm
FROM --platform=linux/amd64 ubnt/unms-siridb:2.3.35 as unms-siridb
FROM --platform=linux/amd64 ubnt/unms-postgres:2.3.35 as unms-postgres
FROM --platform=linux/amd64 ubnt/unms:2.3.57 as unms
FROM --platform=linux/amd64 ubnt/unms-nginx:2.3.57 as unms-nginx
FROM --platform=linux/amd64 ubnt/unms-netflow:2.3.57 as unms-netflow
FROM --platform=linux/amd64 ubnt/unms-crm:4.3.6 as unms-crm
FROM --platform=linux/amd64 ubnt/unms-siridb:2.3.57 as unms-siridb
FROM --platform=linux/amd64 ubnt/unms-postgres:2.3.57 as unms-postgres
FROM rabbitmq:3.7.28-alpine as rabbitmq
FROM node:12.18.4-alpine3.12 as node-old

Expand Down Expand Up @@ -168,7 +168,7 @@ RUN chmod +x /entrypoint.sh /refresh-certificate.sh /refresh-configuration.sh /i
# end openresty #

# start php #
ENV PHP_VERSION=php-8.1.21
ENV PHP_VERSION=php-8.1.24

WORKDIR /tmp/src

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.3.35
export UNMS_VERSION=2.3.57
export SUSPEND_PORT=9082
export CLOUD=0
export CLOUD_SMTP_PORT=null
Expand Down

0 comments on commit b040d9f

Please sign in to comment.