mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
update versions
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
1a161c8425
commit
b5f988a5f3
|
@ -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
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user