From 7004e954739855e171b36ad295a0642131d2a976 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Tue, 27 Dec 2016 21:15:52 -0800 Subject: [PATCH] try master Signed-off-by: Jess Frazelle --- couchpotato/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/couchpotato/Dockerfile b/couchpotato/Dockerfile index a7e47a3..57336b0 100644 --- a/couchpotato/Dockerfile +++ b/couchpotato/Dockerfile @@ -33,12 +33,12 @@ RUN pip install \ EXPOSE 5050 -ENV COUCHPOTATO_VERSION 3.0.1 +ENV COUCHPOTATO_VERSION master RUN git clone https://github.com/RuudBurger/CouchPotatoServer.git /usr/src/couchpotato \ && ( \ cd /usr/src/couchpotato \ - && git checkout "build/${COUCHPOTATO_VERSION}" \ + && git checkout "${COUCHPOTATO_VERSION}" \ ) WORKDIR /usr/src/couchpotato