File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Multi-stage build - See https://docs.docker.com/engine/userguide/eng-image/multistage-build
2
- FROM ubnt/unms:1.2.6 as unms
3
- FROM ubnt/unms-nginx:1.2.6 as unms-nginx
4
- FROM ubnt/unms-netflow:1.2.6 as unms-netflow
5
- FROM ubnt/unms-crm:3.2.6 as unms-crm
2
+ FROM ubnt/unms:1.2.7 as unms
3
+ FROM ubnt/unms-nginx:1.2.7 as unms-nginx
4
+ FROM ubnt/unms-netflow:1.2.7 as unms-netflow
5
+ FROM ubnt/unms-crm:3.2.7 as unms-crm
6
6
FROM nico640/s6-debian-node:10.19.0-9.13
7
7
8
8
ENV DEBIAN_FRONTEND=noninteractive
@@ -115,7 +115,7 @@ ENV NGINX_UID=1000 \
115
115
NGINX_VERSION=nginx-1.14.2 \
116
116
LUAJIT_VERSION=2.1.0-beta3 \
117
117
LUA_NGINX_VERSION=0.10.14 \
118
- PHP_VERSION=php-7.3.20
118
+ PHP_VERSION=php-7.3.22
119
119
120
120
RUN set -x \
121
121
&& mkdir -p /tmp/src && cd /tmp/src \
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export NGINX_VERSION=1.14.2
35
35
export PGBOUNCER_VERSION=1.10.0
36
36
export UNMS_HOST=127.0.0.1
37
37
export UNMS_PORT=8081
38
- export UNMS_VERSION=1.2.6
38
+ export UNMS_VERSION=1.2.7
39
39
export SUSPEND_PORT=9082
40
40
export CLOUD=0
41
41
export CLOUD_SMTP_PORT=null
You can’t perform that action at this time.
0 commit comments