diff --git a/consul/Dockerfile b/consul/Dockerfile index 98f98bf..7295732 100644 --- a/consul/Dockerfile +++ b/consul/Dockerfile @@ -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 \ diff --git a/plexpy/Dockerfile b/plexpy/Dockerfile index 66483f3..2fbab5a 100644 --- a/plexpy/Dockerfile +++ b/plexpy/Dockerfile @@ -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 \ diff --git a/telize/Dockerfile b/telize/Dockerfile index 0f1203f..5100529 100644 --- a/telize/Dockerfile +++ b/telize/Dockerfile @@ -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 diff --git a/unifi/Dockerfile b/unifi/Dockerfile index a5c4107..1929463 100644 --- a/unifi/Dockerfile +++ b/unifi/Dockerfile @@ -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=' \ diff --git a/vagrant/Dockerfile b/vagrant/Dockerfile index e1cfd0e..c47566c 100644 --- a/vagrant/Dockerfile +++ b/vagrant/Dockerfile @@ -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=' \