⬆️ Update Plex Media Server to 1.41.4.9463 (#242)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Timo 2025-02-15 23:19:39 +01:00 committed by GitHub
parent 8172b46b3e
commit aa3895d8ac
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.3.9292-bc7397402/debian/plexmediaserver_1.41.3.9292-bc7397402_${ARCH}.deb" \
"https://downloads.plex.tv/plex-media-server-new/1.41.4.9463-630c9f557/debian/plexmediaserver_1.41.4.9463-630c9f557_${ARCH}.deb" \
\
&& dpkg --install /tmp/plexmediaserver.deb \
\