Skip to content

Commit

Permalink
update unms, php
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico640 committed Apr 24, 2020
1 parent 756a32e commit cf7988f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Multi-stage build - See https://docs.docker.com/engine/userguide/eng-image/multistage-build
FROM ubnt/unms:1.1.6 as unms
FROM ubnt/unms-nginx:1.1.6 as unms-nginx
FROM ubnt/unms-netflow:1.1.6 as unms-netflow
FROM ubnt/unms-crm:3.1.6 as unms-crm
FROM ubnt/unms:1.1.7 as unms
FROM ubnt/unms-nginx:1.1.7 as unms-nginx
FROM ubnt/unms-netflow:1.1.7 as unms-netflow
FROM ubnt/unms-crm:3.1.7 as unms-crm
FROM nico640/s6-debian-node:10.19.0-9.12

ENV DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -102,7 +102,7 @@ ENV NGINX_UID=1000 \
NGINX_VERSION=nginx-1.14.2 \
LUAJIT_VERSION=2.1.0-beta3 \
LUA_NGINX_VERSION=0.10.13 \
PHP_VERSION=php-7.3.15
PHP_VERSION=php-7.3.17

RUN set -x \
&& mkdir -p /tmp/src && cd /tmp/src \
Expand Down
10 changes: 5 additions & 5 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Multi-stage build - See https://docs.docker.com/engine/userguide/eng-image/multistage-build
FROM ubnt/unms:1.1.6 as unms
FROM ubnt/unms-nginx:1.1.6 as unms-nginx
FROM ubnt/unms-netflow:1.1.6 as unms-netflow
FROM ubnt/unms-crm:3.1.6 as unms-crm
FROM ubnt/unms:1.1.7 as unms
FROM ubnt/unms-nginx:1.1.7 as unms-nginx
FROM ubnt/unms-netflow:1.1.7 as unms-netflow
FROM ubnt/unms-crm:3.1.7 as unms-crm
FROM nico640/s6-debian-node:10.19.0-9.12-armhf

ENV DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -102,7 +102,7 @@ ENV NGINX_UID=1000 \
NGINX_VERSION=nginx-1.14.2 \
LUAJIT_VERSION=2.1.0-beta3 \
LUA_NGINX_VERSION=0.10.13 \
PHP_VERSION=php-7.3.15
PHP_VERSION=php-7.3.17

RUN set -x \
&& mkdir -p /tmp/src && cd /tmp/src \
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 @@ -36,7 +36,7 @@ export PGBOUNCER_VERSION=1.10.0
export UNMS_HOST=127.0.0.1
export UNMS_PORT=8081
export UNMS_TOKEN=ucrm
export UNMS_VERSION=1.1.6
export UNMS_VERSION=1.1.7
export SUSPEND_PORT=9082
export CLOUD=0
export CLOUD_SMTP_PORT=null
Expand Down

0 comments on commit cf7988f

Please sign in to comment.