update latest versions

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-03-20 02:44:20 -04:00
parent 48888cf99c
commit 3b8282459c
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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 \