From bdf5bbdffeef737a7654e6c7b1c0b2c6ba9e286c Mon Sep 17 00:00:00 2001
From: Amandine PERRIN <amandine.perrin@pasteur.fr>
Date: Thu, 30 Jul 2020 19:42:23 +0200
Subject: [PATCH] move to ubuntu 20.04

---
 for_build/annote_and_1tree/Dockerfile  | 2 +-
 for_build/barrnap_only/Dockerfile      | 2 +-
 for_build/mafft/Dockerfile             | 2 +-
 for_build/mmseqs_and_fastme/Dockerfile | 2 +-
 for_build/prodigal/Dockerfile          | 2 +-
 for_build/ubuntu/Dockerfile            | 2 +-
 for_tests/Dockerfile                   | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/for_build/annote_and_1tree/Dockerfile b/for_build/annote_and_1tree/Dockerfile
index ae036220..1146dd84 100644
--- a/for_build/annote_and_1tree/Dockerfile
+++ b/for_build/annote_and_1tree/Dockerfile
@@ -1,4 +1,4 @@
-from ubuntu:18.04
+from ubuntu:20.04
 
 # Update apt-get packages
 RUN apt-get update &&\
diff --git a/for_build/barrnap_only/Dockerfile b/for_build/barrnap_only/Dockerfile
index bedd3541..9289f638 100644
--- a/for_build/barrnap_only/Dockerfile
+++ b/for_build/barrnap_only/Dockerfile
@@ -1,4 +1,4 @@
-from ubuntu:18.04
+from ubuntu:20.04
 
 # Update apt-get packages
 RUN apt-get update &&\
diff --git a/for_build/mafft/Dockerfile b/for_build/mafft/Dockerfile
index b7044242..41196b22 100644
--- a/for_build/mafft/Dockerfile
+++ b/for_build/mafft/Dockerfile
@@ -1,4 +1,4 @@
-from ubuntu:18.04
+from ubuntu:20.04
 
 # Update apt-get packages
 RUN apt-get update &&\
diff --git a/for_build/mmseqs_and_fastme/Dockerfile b/for_build/mmseqs_and_fastme/Dockerfile
index 4a8873b4..6dab7adb 100644
--- a/for_build/mmseqs_and_fastme/Dockerfile
+++ b/for_build/mmseqs_and_fastme/Dockerfile
@@ -1,4 +1,4 @@
-from ubuntu:18.04
+from ubuntu:20.04
 
 
 # Update apt-get packages
diff --git a/for_build/prodigal/Dockerfile b/for_build/prodigal/Dockerfile
index 7a96db04..2a0974ad 100644
--- a/for_build/prodigal/Dockerfile
+++ b/for_build/prodigal/Dockerfile
@@ -1,4 +1,4 @@
-from ubuntu:18.04
+from ubuntu:20.04
 
 # Update apt-get packages
 RUN apt-get update &&\
diff --git a/for_build/ubuntu/Dockerfile b/for_build/ubuntu/Dockerfile
index 47efcbda..609ade97 100644
--- a/for_build/ubuntu/Dockerfile
+++ b/for_build/ubuntu/Dockerfile
@@ -1,4 +1,4 @@
-from ubuntu:18.04
+from ubuntu:20.04
 
 # Update apt-get packages
 RUN apt-get update &&\
diff --git a/for_tests/Dockerfile b/for_tests/Dockerfile
index 463042ba..36da1af5 100644
--- a/for_tests/Dockerfile
+++ b/for_tests/Dockerfile
@@ -1,4 +1,4 @@
-from ubuntu:18.04
+from ubuntu:20.04
 
 # Update apt-get packages
 RUN apt-get update &&\
-- 
GitLab