try master

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2016-12-27 21:15:52 -08:00
parent dad97a7bb5
commit 7004e95473
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -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