diff --git a/browsh/Dockerfile b/browsh/Dockerfile index 326dd9d..0562f16 100644 --- a/browsh/Dockerfile +++ b/browsh/Dockerfile @@ -41,7 +41,7 @@ RUN set -x \ && firefox --version # Install browsh. -ENV BROWSH_VERSION 1.4.6 +ENV BROWSH_VERSION 1.4.10 RUN wget "https://github.com/browsh-org/browsh/releases/download/v${BROWSH_VERSION}/browsh_${BROWSH_VERSION}_linux_amd64" -O /home/browsh/bin/browsh \ && chmod a+x /home/browsh/bin/browsh diff --git a/osquery/Dockerfile b/osquery/Dockerfile index f9d9805..ef64a44 100644 --- a/osquery/Dockerfile +++ b/osquery/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/* -ENV OSQUERY_VERSION 3.2.6 +ENV OSQUERY_VERSION 3.2.9 RUN buildDeps=' \ curl \ diff --git a/plexpy/Dockerfile b/plexpy/Dockerfile index 715cc84..3448b27 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.16-beta +ENV PLEXPY_VERSION v2.1.18 RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \ && ( \ cd /opt/plexpy \ diff --git a/telize/Dockerfile b/telize/Dockerfile index 5100529..4107301 100644 --- a/telize/Dockerfile +++ b/telize/Dockerfile @@ -4,7 +4,7 @@ RUN apk add --no-cache \ lua5.1-cjson \ luajit -ENV NGINX_VERSION 1.15.1 +ENV NGINX_VERSION 1.15.2 # https://github.com/simplresty/ngx_devel_kit/releases ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1 # https://github.com/openresty/lua-nginx-module/releases diff --git a/vault/Dockerfile b/vault/Dockerfile index 6ab92a0..b381c5c 100644 --- a/vault/Dockerfile +++ b/vault/Dockerfile @@ -14,7 +14,7 @@ RUN apk add --no-cache \ yarn \ zip -ENV VAULT_VERSION v0.10.3 +ENV VAULT_VERSION v0.10.4 RUN go get github.com/hashicorp/vault