Skip to content

Commit

Permalink
upgrade cartodb-postgresql version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noahg committed Dec 2, 2014
1 parent f9c2bda commit ca0ff82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN service postgresql start && /bin/su postgres -c \
/tmp/template_postgis.sh && service postgresql stop

# Install cartodb extension
RUN git clone --branch 0.4.1 https://github.com/CartoDB/cartodb-postgresql && \
RUN git clone --branch 0.5.0 https://github.com/CartoDB/cartodb-postgresql && \
cd cartodb-postgresql && \
PGUSER=postgres make install
ADD ./cartodb_pgsql.sh /tmp/cartodb_pgsql.sh
Expand Down

0 comments on commit ca0ff82

Please sign in to comment.