⬆️ Upgrades Plex Media Server to 1.41.2.9200 (#237)

This commit is contained in:
Tom Kay 2024-12-11 15:08:16 +00:00 committed by GitHub
parent 68915b75b1
commit 657de68c10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,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.41.0.8992-8463ad060/debian/plexmediaserver_1.41.0.8992-8463ad060_${ARCH}.deb" \
"https://downloads.plex.tv/plex-media-server-new/1.41.2.9200-c6bbc1b53/debian/plexmediaserver_1.41.2.9200-c6bbc1b53_${ARCH}.deb" \
\
&& dpkg --install /tmp/plexmediaserver.deb \
\