Bump version

This commit is contained in:
dave 2017-08-12 20:30:08 -07:00
parent 00582caae6
commit be60513e09
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.3.3.3148-b38628e/plexmediaserver_1.3.3.3148-b38628e_amd64.deb ;\
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 ;\
dpkg -i /tmp/plex.deb ;\
rm -rf /tmp/plex.deb /var/lib/apt/lists/*