⬆️ Update Plex Media Server to 1.41.5.9522 (#248)

This commit is contained in:
Timo 2025-03-27 21:12:54 +01:00 committed by GitHub
parent 91ba40f53b
commit 310d6910c2
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.4.9463-630c9f557/debian/plexmediaserver_1.41.4.9463-630c9f557_${ARCH}.deb" \
"https://downloads.plex.tv/plex-media-server-new/1.41.5.9522-a96edc606/debian/plexmediaserver_1.41.5.9522-a96edc606_${ARCH}.deb" \
\
&& dpkg --install /tmp/plexmediaserver.deb \
\