From b5109f679c8edf24410d75841db8bfb2e55a5f8c Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 4 Dec 2015 05:08:59 -0400 Subject: [PATCH] Point to release version. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4a8b7cfa7..587fe9f65f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y netcat-openbsd python-dev python-pip gp ENV MAYAN_INSTALL_DIR=/usr/local/lib/python2.7/dist-packages/mayan # Install Mayan EDMS, latest production release -RUN pip install mayan-edms==2.0.0rc1 +RUN pip install mayan-edms==2.0.0 # Install Python clients for PostgreSQL, REDIS, and uWSGI RUN pip install psycopg2 redis uwsgi