From 46b49775fd781017ee9d6fcbd6d5aa6a24962a8b Mon Sep 17 00:00:00 2001 From: tierno Date: Wed, 5 Feb 2020 11:31:52 +0000 Subject: [PATCH] migrating to ubuntu 18.04 Change-Id: Id120c2bb4a18b367a24eef567de1995794090777 Signed-off-by: tierno --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 2b450f2..b21e6e5 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -20,13 +20,13 @@ # contact: bdiaz@whitestack.com or glavado@whitestack.com ## -FROM ubuntu:16.04 +FROM ubuntu:18.04 LABEL authors="Benjamín Díaz" RUN apt-get --yes update \ && apt-get --yes install git python3 python3-pip libmysqlclient-dev libssl-dev libffi-dev mysql-client \ - && pip3 install pip==9.0.3 + && python3 -m pip install -U pip COPY requirements.txt /mon/requirements.txt -- 2.17.1