upgrade to sameersbn/ubuntu:12.04.20140519 base image

This commit is contained in:
Sameer Naik
2014-06-25 21:27:30 +05:30
parent f911ebb8f1
commit 514ee94029
+2 -2
View File
@@ -1,9 +1,9 @@
FROM sameersbn/ubuntu:12.04.20140418
FROM sameersbn/ubuntu:12.04.20140519
MAINTAINER sameer@damagehead.com
RUN apt-get update && \
apt-get install -y postgresql-9.1 postgresql-client-9.1 && \
apt-get clean # 20140418
apt-get clean # 20140525
ADD assets/ /app/
RUN chmod 755 /app/init /app/setup/install