Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Upgrades Plex Media Server to 1.26.2.5797 #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# Setup base system
ARG BUILD_ARCH=amd64
ARG RELEASE=1.25.5.5492-12f6b8c83
ARG RELEASE=1.26.2.5797-5bd057d2b
RUN \
apt-get update \
\
Expand Down