From 949f40a74d6d46d93a745b0080df10c9e7ad1240 Mon Sep 17 00:00:00 2001 From: Simeon Filipov Date: Wed, 6 May 2015 20:27:41 +0100 Subject: [PATCH] Update to 1.8.1 --- 2.7/Dockerfile | 2 +- 3.4/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"