Skip to content

Commit

Permalink
update plexpy repo
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Mar 11, 2018
1 parent a50dfec commit 58ed177
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion latest-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ get_latest() {
dir="gitiles"
elif [[ "$dir" == "byte-unixbench" ]]; then
dir="unixbench"
elif [[ "$dir" == "Tautulli" ]]; then
dir="plexpy"
elif [[ "$dir" == "zookeeper" ]]; then
dir="zookeeper/3.5"
elif [[ "$dir" == "oauth2_proxy" ]]; then
Expand Down Expand Up @@ -74,7 +76,7 @@ irssi/irssi
keepassxreboot/keepassxc
zyedidia/micro
bitly/oauth2_proxy
JonnyWong16/plexpy
Tautulli/Tautulli
powershell/powershell
ricochet-im/ricochet
reverse-shell/routersploit
Expand Down
4 changes: 2 additions & 2 deletions plexpy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit 58ed177

Please sign in to comment.