Skip to content

Commit

Permalink
⬆️ Upgrades Plex Media Server to 1.41.3.9292 (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomK authored Dec 12, 2024
1 parent 657de68 commit 65a181b
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.41.2.9200-c6bbc1b53/debian/plexmediaserver_1.41.2.9200-c6bbc1b53_${ARCH}.deb" \
"https://downloads.plex.tv/plex-media-server-new/1.41.3.9292-bc7397402/debian/plexmediaserver_1.41.3.9292-bc7397402_${ARCH}.deb" \
\
&& dpkg --install /tmp/plexmediaserver.deb \
\
Expand Down

0 comments on commit 65a181b

Please sign in to comment.