Skip to content

Commit

Permalink
⬆️ Upgrades Plex Media Server to 1.40.2.8395 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
red-avtovo committed May 14, 2024
1 parent 3bc196b commit f96e914
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.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 \
\
Expand Down

0 comments on commit f96e914

Please sign in to comment.