mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
update plexpy repo
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
@@ -14,8 +14,8 @@ RUN apk add --no-cache \
|
||||
python
|
||||
|
||||
# Get the source
|
||||
ENV PLEXPY_VERSION v1.4.25
|
||||
RUN git clone https://github.com/drzoidberg33/plexpy.git /opt/plexpy \
|
||||
ENV PLEXPY_VERSION v2.0.22
|
||||
RUN git clone https://github.com/Tautulli/Tautulli.git /opt/plexpy \
|
||||
&& ( \
|
||||
cd /opt/plexpy \
|
||||
&& git checkout "${PLEXPY_VERSION}" \
|
||||
|
||||
Reference in New Issue
Block a user