Bump plex version to 1.9.4

This commit is contained in:
dave 2017-11-04 13:52:13 -07:00
parent be60513e09
commit 9afa9a251b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM ubuntu:trusty
RUN apt-get update ;\
apt-get install -y wget ;\
wget -O /tmp/plex.deb https://downloads.plex.tv/plex-media-server/1.7.5.4035-313f93718/plexmediaserver_1.7.5.4035-313f93718_amd64.deb ;\
wget -O /tmp/plex.deb https://downloads.plex.tv/plex-media-server/1.9.4.4325-1bf240a65/plexmediaserver_1.9.4.4325-1bf240a65_amd64.deb ;\
dpkg -i /tmp/plex.deb ;\
rm -rf /tmp/plex.deb /var/lib/apt/lists/*