Skip to content

Commit

Permalink
⬆️ Upgrades Plex Media Server to 1.20.4.3517
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Nov 4, 2020
1 parent 372b75b commit ae65483
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.20.3.3483-211702a9f/synology/PlexMediaServer-1.20.3.3483-211702a9f-${ARCH}.spk" \
"https://downloads.plex.tv/plex-media-server-new/1.20.4.3517-ab5e1197c/synology/PlexMediaServer-1.20.4.3517-ab5e1197c-${ARCH}.spk" \
\
&& mkdir /usr/lib/plexmediaserver \
&& tar -xOf /tmp/plexmediaserver.tgz package.tgz | tar -xzf - -C /usr/lib/plexmediaserver/ \
Expand Down

0 comments on commit ae65483

Please sign in to comment.