update versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-07-04 12:48:25 -04:00
parent dbc634950b
commit 57baab4176
No known key found for this signature in database
GPG Key ID: C0B444E6A3EFD4C1
5 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ ENV GOPATH /go
RUN apk --no-cache add \
ca-certificates
ENV CONSUL_VERSION v1.1.0
ENV CONSUL_VERSION v1.2.0
RUN buildDeps=' \
bash \

View File

@ -14,7 +14,7 @@ RUN apk add --no-cache \
python
# Get the source
ENV PLEXPY_VERSION v2.1.14
ENV PLEXPY_VERSION v2.1.15-beta
RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \
&& ( \
cd /opt/plexpy \

View File

@ -4,13 +4,13 @@ RUN apk add --no-cache \
lua5.1-cjson \
luajit
ENV NGINX_VERSION 1.15.0
ENV NGINX_VERSION 1.15.1
# https://github.com/simplresty/ngx_devel_kit/releases
ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1
# https://github.com/openresty/lua-nginx-module/releases
ENV LUA_NGINX_MODULE_VERSION v0.10.13
# https://github.com/leev/ngx_http_geoip2_module/releases
ENV NGX_HTTP_GEOIP2_MODULE_VERSION 2.0
ENV NGX_HTTP_GEOIP2_MODULE_VERSION 3.0
# https://github.com/maxmind/libmaxminddb/releases
ENV LIBMAXMINDDB_VERSION 1.3.2

View File

@ -21,7 +21,7 @@
#
# Access the controller in your browser at: https://127.0.0.1:8443
#
# If existing devices are showing up as "disconnected" once logged in,
# If existing devices are showing up as "disconnected" once logged in,
# SSH into each device and run:
# set-inform http://ip_of_docker_host:8080/inform
#
@ -82,7 +82,7 @@ RUN apt-get update && apt-get install -y \
# unifi version
# From: https://www.ubnt.com/download/unifi/
ENV UNIFI_VERSION "5.7.23"
ENV UNIFI_VERSION "5.8.24"
# install unifi
RUN buildDeps=' \

View File

@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
ENV VAGRANT_VERSION 2.1.1
ENV VAGRANT_VERSION 2.1.2
# download the source
RUN buildDeps=' \