⬆️ Upgrades Plex Media Server to 1.40.2.8395 (#224)

This commit is contained in:
Aleksandr 2024-05-14 21:42:57 +02:00 committed by GitHub
parent 3bc196b74e
commit f96e9144d3
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.40.0.7998-c29d4c0c8/debian/plexmediaserver_1.40.0.7998-c29d4c0c8_${ARCH}.deb" \
"https://downloads.plex.tv/plex-media-server-new/1.40.2.8395-c67dce28e/debian/plexmediaserver_1.40.2.8395-c67dce28e_${ARCH}.deb" \
\
&& dpkg --install /tmp/plexmediaserver.deb \
\