diff --git a/genomel/docker/harmonization/bwa/Dockerfile b/genomel/docker/harmonization/bwa/Dockerfile index 95a414bd..b3b5fd59 100644 --- a/genomel/docker/harmonization/bwa/Dockerfile +++ b/genomel/docker/harmonization/bwa/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:xenial-20210416 RUN apt-get update -y && \ apt-get install -y git wget unzip gzip time \