From 3b8282459c55740608f4258d29a5bd9a801e6578 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Tue, 20 Mar 2018 02:44:20 -0400 Subject: [PATCH] update latest versions Signed-off-by: Jess Frazelle --- certbot/Dockerfile | 2 +- plexpy/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/certbot/Dockerfile b/certbot/Dockerfile index dcbbb33..bd7be07 100644 --- a/certbot/Dockerfile +++ b/certbot/Dockerfile @@ -27,7 +27,7 @@ RUN apk --no-cache add \ RUN pip install acme -ENV CERTBOT_VERSION 0.22.0 +ENV CERTBOT_VERSION 0.22.2 RUN buildDeps=' \ git \ diff --git a/plexpy/Dockerfile b/plexpy/Dockerfile index fedb2dc..6c71c5f 100644 --- a/plexpy/Dockerfile +++ b/plexpy/Dockerfile @@ -14,7 +14,7 @@ RUN apk add --no-cache \ python # Get the source -ENV PLEXPY_VERSION v2.0.22 +ENV PLEXPY_VERSION v2.0.24 RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \ && ( \ cd /opt/plexpy \