update versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-07-29 11:38:17 -04:00
parent 1a161c8425
commit b5f988a5f3
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3
5 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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 \

View file

@ -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 \

View file

@ -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

View file

@ -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