⬆️ Upgrades Plex Media Server to 1.32.5.7349 (#204)

This commit is contained in:
Franck Nijhof 2023-09-14 07:55:15 +02:00 committed by GitHub
parent d91a44ff86
commit 01582e2140
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.4.7195-7c8f9d3b6/debian/plexmediaserver_1.32.4.7195-7c8f9d3b6_${ARCH}.deb" \
"https://downloads.plex.tv/plex-media-server-new/1.32.5.7349-8f4248874/debian/plexmediaserver_1.32.5.7349-8f4248874_${ARCH}.deb" \
\
&& dpkg --install /tmp/plexmediaserver.deb \
\