⬆️ Upgrades Plex Media Server to 1.32.4.7195 (#197)

This commit is contained in:
bertybuttface 2023-06-21 20:39:20 +01:00 committed by GitHub
parent 64aade95b5
commit b7b48e085f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ RUN \
&& if [ "${BUILD_ARCH}" = "armv7" ]; then ARCH="armv7hf"; fi \
\
&& curl -J -L -o /tmp/plexmediaserver.tgz \
"https://downloads.plex.tv/plex-media-server-new/1.31.3.6868-28fc46b27/synology/PlexMediaServer-1.31.3.6868-28fc46b27-${ARCH}_DSM6.spk" \
"https://downloads.plex.tv/plex-media-server-new/1.32.4.7195-7c8f9d3b6/synology/PlexMediaServer-1.32.4.7195-7c8f9d3b6-${ARCH}_DSM6.spk" \
\
&& mkdir /usr/lib/plexmediaserver \
&& tar -xOf /tmp/plexmediaserver.tgz package.tgz | tar -xzf - -C /usr/lib/plexmediaserver/ \