Skip to content

Commit

Permalink
⬆️ Update plex to 1.25.3.5385 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
monkey-debugger authored Jan 13, 2022
1 parent fcad256 commit 0504863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN \
&& if [ "${BUILD_ARCH}" = "i386" ]; then ARCH="x86"; fi \
\
&& curl -J -L -o /tmp/plexmediaserver.tgz \
"https://downloads.plex.tv/plex-media-server-new/1.25.2.5319-c43dc0277/synology/PlexMediaServer-1.25.2.5319-c43dc0277-${ARCH}_DSM6.spk" \
"https://downloads.plex.tv/plex-media-server-new/1.25.3.5385-f05b712b6/synology/PlexMediaServer-1.25.3.5385-f05b712b6-${ARCH}_DSM6.spk" \
\
&& mkdir /usr/lib/plexmediaserver \
&& tar -xOf /tmp/plexmediaserver.tgz package.tgz | tar -xzf - -C /usr/lib/plexmediaserver/ \
Expand Down

0 comments on commit 0504863

Please sign in to comment.