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 \