From d7f89f1788a9bface5fba3e996d9b9f2ab721c52 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Mon, 8 Oct 2018 18:08:34 -0400 Subject: [PATCH] update versions Signed-off-by: Jess Frazelle --- plexpy/Dockerfile | 2 +- vault/Dockerfile | 2 +- wireguard/install/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plexpy/Dockerfile b/plexpy/Dockerfile index a8140ff..981717f 100644 --- a/plexpy/Dockerfile +++ b/plexpy/Dockerfile @@ -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 \ diff --git a/vault/Dockerfile b/vault/Dockerfile index bbbfb29..e997013 100644 --- a/vault/Dockerfile +++ b/vault/Dockerfile @@ -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 diff --git a/wireguard/install/Dockerfile b/wireguard/install/Dockerfile index 7499663..5b4324e 100644 --- a/wireguard/install/Dockerfile +++ b/wireguard/install/Dockerfile @@ -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 \