Skip to content

Commit c72f9b9

Browse files
committed
Update Dockerfile
1 parent 15bb1a8 commit c72f9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN apt-get install -y python-distribute python-pip python-dev
2222
RUN apt-get install -y postgresql libpq-dev
2323

2424
# Deploy from our git repository
25-
RUN git clone https://github.com/smartercleanup/platform.git && cd platform && git checkout master && cd -
25+
RUN git clone https://github.com/smartercleanup/platform.git && cd platform && git checkout 0.7.4 && cd -
2626

2727
# local testing:
2828
# ADD . platform

0 commit comments

Comments
 (0)