diff --git a/2.7/Dockerfile b/2.7/Dockerfile index fa48bee..191866a 100644 --- a/2.7/Dockerfile +++ b/2.7/Dockerfile @@ -7,6 +7,6 @@ RUN apt-get update && apt-get install -y \ gcc \ --no-install-recommends && rm -rf /var/lib/apt/lists/* -ENV DJANGO_VERSION 1.8 +ENV DJANGO_VERSION 1.8.1 RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION" diff --git a/3.4/Dockerfile b/3.4/Dockerfile index c3c1f88..ae9b447 100644 --- a/3.4/Dockerfile +++ b/3.4/Dockerfile @@ -7,6 +7,6 @@ RUN apt-get update && apt-get install -y \ gcc \ --no-install-recommends && rm -rf /var/lib/apt/lists/* -ENV DJANGO_VERSION 1.8 +ENV DJANGO_VERSION 1.8.1 RUN pip install mysqlclient psycopg2 django=="$DJANGO_VERSION"