diff --git a/plexpy/Dockerfile b/plexpy/Dockerfile index 7886abc..ce6be5a 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.12 +ENV PLEXPY_VERSION v2.1.13 RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \ && ( \ cd /opt/plexpy \