⬆️ Upgrades Plex Media Server to 1.32.7.7621 (#210)

This commit is contained in:
Pavel Pustovalov 2023-11-04 13:27:56 +01:00 committed by GitHub
parent f8c1ac3412
commit ed5bcdcccc
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="armhf"; fi \
\
&& curl -J -L -o /tmp/plexmediaserver.deb \
"https://downloads.plex.tv/plex-media-server-new/1.32.6.7557-1cf77d501/debian/plexmediaserver_1.32.6.7557-1cf77d501_${ARCH}.deb" \
"https://downloads.plex.tv/plex-media-server-new/1.32.7.7621-871adbd44/debian/plexmediaserver_1.32.7.7621-871adbd44_${ARCH}.deb" \
\
&& dpkg --install /tmp/plexmediaserver.deb \
\