Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jul 29, 2018
1 parent 1a161c8 commit b5f988a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion browsh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion osquery/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion plexpy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion telize/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vault/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b5f988a

Please sign in to comment.