Skip to content

Commit

Permalink
⬆️ Upgrades Plex Media Server to 1.21.3.4046 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Feb 18, 2021
1 parent fa18ea3 commit ba3a5b0
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.21.2.3939-3945797bd/synology/PlexMediaServer-1.21.2.3939-3945797bd-${ARCH}.spk" \
"https://downloads.plex.tv/plex-media-server-new/1.21.3.4046-3c1c83ba4/synology/PlexMediaServer-1.21.3.4046-3c1c83ba4-${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 ba3a5b0

Please sign in to comment.