From 089e4a8dbd56e6bbf84116cf27d6133039bb2c9f Mon Sep 17 00:00:00 2001 From: Laurent Bossavit Date: Sun, 8 May 2016 16:45:50 +0200 Subject: [PATCH] Upgrade backend to production version of Ubuntu --- Dockerfile-backend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-backend b/Dockerfile-backend index 5fe5e19..f26b358 100644 --- a/Dockerfile-backend +++ b/Dockerfile-backend @@ -1,4 +1,4 @@ -FROM ubuntu:15.10 +FROM ubuntu:16.04 RUN apt-get update RUN apt-get install -y postgresql-server-dev-all RUN apt-get install -y python3-dev