Skip to content

Commit

Permalink
⬆️ Upgrades Plex Media Server to 1.40.0.7998 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Feb 18, 2024
1 parent f8df910 commit 3bc196b
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.32.8.7639-fb6452ebf/debian/plexmediaserver_1.32.8.7639-fb6452ebf_${ARCH}.deb" \
"https://downloads.plex.tv/plex-media-server-new/1.40.0.7998-c29d4c0c8/debian/plexmediaserver_1.40.0.7998-c29d4c0c8_${ARCH}.deb" \
\
&& dpkg --install /tmp/plexmediaserver.deb \
\
Expand Down

0 comments on commit 3bc196b

Please sign in to comment.