Skip to content

Commit

Permalink
⬆️ Upgrades Plex Media Server to 1.41.0.8992 (#232)
Browse files Browse the repository at this point in the history
Co-authored-by: Franck Nijhof <[email protected]>
  • Loading branch information
pustovalov and frenck authored Sep 23, 2024
1 parent 99161dd commit 68915b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.8679-424562606/debian/plexmediaserver_1.40.4.8679-424562606_${ARCH}.deb" \
"https://downloads.plex.tv/plex-media-server-new/1.41.0.8992-8463ad060/debian/plexmediaserver_1.41.0.8992-8463ad060_${ARCH}.deb" \
\
&& dpkg --install /tmp/plexmediaserver.deb \
\
Expand Down

0 comments on commit 68915b7

Please sign in to comment.