From 514495f62b34d2225996128c41e3f05bde89b3a0 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 19 Oct 2017 15:40:17 +0200 Subject: [PATCH] Use TS-dev, fix dirtyfields version --- Dockerfile | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a64c0ba0..4b608e4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM parisson/timeside:latest +FROM parisson/timeside:latest-dev MAINTAINER Guillaume Pellerin , Thomas fillon diff --git a/setup.py b/setup.py index e9a8be41..e8e72e51 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ setup( 'django-environ', 'redis', 'Werkzeug', - 'django-dirtyfields', + 'django-dirtyfields==1.2.1', 'sqlparse==0.2.2', 'lxml' ], -- 2.39.5