Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
  • Loading branch information
jessfraz committed Oct 8, 2018
1 parent 63e9a4e commit d7f89f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plexpy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apk add --no-cache \
py-pip

# Get the source
ENV PLEXPY_VERSION v2.1.21
ENV PLEXPY_VERSION v2.1.22
RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \
&& ( \
cd /opt/plexpy \
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.11.2
ENV VAULT_VERSION v0.11.3

RUN go get github.com/hashicorp/vault

Expand Down
2 changes: 1 addition & 1 deletion wireguard/install/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apk add --no-cache \
libmnl-dev

# https://git.zx2c4.com/WireGuard/refs/
ENV WIREGUARD_VERSION 0.0.20180925
ENV WIREGUARD_VERSION 0.0.20181007

RUN set -x \
&& apk add --no-cache --virtual .build-deps \
Expand Down

0 comments on commit d7f89f1

Please sign in to comment.