Skip to content

Commit

Permalink
⬆️ Upgrades Plex Media Server to 1.25.6.5577 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
invis-z authored Mar 1, 2022
1 parent c6b078a commit dd7fe8f
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.5.5492-12f6b8c83/synology/PlexMediaServer-1.25.5.5492-12f6b8c83-${ARCH}_DSM6.spk" \
"https://downloads.plex.tv/plex-media-server-new/1.25.6.5577-c8bd13540/synology/PlexMediaServer-1.25.6.5577-c8bd13540-${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 dd7fe8f

Please sign in to comment.