From 1cb3711bde8e78896672f073e6fe2ede9da3d83d Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Sun, 8 Jul 2018 12:58:36 -0400 Subject: [PATCH] update versions Signed-off-by: Jess Frazelle --- plexpy/Dockerfile | 2 +- wireguard/install/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plexpy/Dockerfile b/plexpy/Dockerfile index 2fbab5a..715cc84 100644 --- a/plexpy/Dockerfile +++ b/plexpy/Dockerfile @@ -14,7 +14,7 @@ RUN apk add --no-cache \ python # Get the source -ENV PLEXPY_VERSION v2.1.15-beta +ENV PLEXPY_VERSION v2.1.16-beta RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \ && ( \ cd /opt/plexpy \ diff --git a/wireguard/install/Dockerfile b/wireguard/install/Dockerfile index ca8cdf6..569b8bb 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.20180625 +ENV WIREGUARD_VERSION 0.0.20180708 RUN set -x \ && apk add --no-cache --virtual .build-deps \