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 && firefox --version
# Install browsh. # 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 \ 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 && chmod a+x /home/browsh/bin/browsh

View File

@ -6,7 +6,7 @@ RUN apt-get update && apt-get install -y \
--no-install-recommends \ --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENV OSQUERY_VERSION 3.2.6 ENV OSQUERY_VERSION 3.2.9
RUN buildDeps=' \ RUN buildDeps=' \
curl \ curl \

View File

@ -14,7 +14,7 @@ RUN apk add --no-cache \
python python
# Get the source # 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 \ RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \
&& ( \ && ( \
cd /opt/plexpy \ cd /opt/plexpy \

View File

@ -4,7 +4,7 @@ RUN apk add --no-cache \
lua5.1-cjson \ lua5.1-cjson \
luajit luajit
ENV NGINX_VERSION 1.15.1 ENV NGINX_VERSION 1.15.2
# https://github.com/simplresty/ngx_devel_kit/releases # https://github.com/simplresty/ngx_devel_kit/releases
ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1 ENV NGX_DEVEL_KIT_VERSION v0.3.1rc1
# https://github.com/openresty/lua-nginx-module/releases # https://github.com/openresty/lua-nginx-module/releases

View File

@ -14,7 +14,7 @@ RUN apk add --no-cache \
yarn \ yarn \
zip zip
ENV VAULT_VERSION v0.10.3 ENV VAULT_VERSION v0.10.4
RUN go get github.com/hashicorp/vault RUN go get github.com/hashicorp/vault