Skip to content

Commit

Permalink
⬆️ Upgrades Plex Media Server to 1.32.7.7621 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovalov authored Nov 4, 2023
1 parent f8c1ac3 commit ed5bcdc
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 @@ -20,7 +20,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.6.7557-1cf77d501/debian/plexmediaserver_1.32.6.7557-1cf77d501_${ARCH}.deb" \
"https://downloads.plex.tv/plex-media-server-new/1.32.7.7621-871adbd44/debian/plexmediaserver_1.32.7.7621-871adbd44_${ARCH}.deb" \
\
&& dpkg --install /tmp/plexmediaserver.deb \
\
Expand Down

0 comments on commit ed5bcdc

Please sign in to comment.