From aa85921f7e06ee1089d8d2bef5fbf31c555f872e Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent@modolo.fr> Date: Wed, 20 Nov 2019 16:10:50 +0100 Subject: [PATCH] docker: change FROM url to add lbmc/ prefix --- src/.docker_modules/hisat2/2.0.0/Dockerfile | 2 +- src/.docker_modules/hisat2/2.1.0/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/.docker_modules/hisat2/2.0.0/Dockerfile b/src/.docker_modules/hisat2/2.0.0/Dockerfile index 640d6919..6da58508 100644 --- a/src/.docker_modules/hisat2/2.0.0/Dockerfile +++ b/src/.docker_modules/hisat2/2.0.0/Dockerfile @@ -1,4 +1,4 @@ -FROM samtools:1.7 +FROM lbmc/samtools:1.7 MAINTAINER Nicolas Fontrodona ENV HISAT2_VERSION=2.0.0 diff --git a/src/.docker_modules/hisat2/2.1.0/Dockerfile b/src/.docker_modules/hisat2/2.1.0/Dockerfile index 5f937ce5..0fc7dacd 100644 --- a/src/.docker_modules/hisat2/2.1.0/Dockerfile +++ b/src/.docker_modules/hisat2/2.1.0/Dockerfile @@ -1,4 +1,4 @@ -FROM samtools:1.7 +FROM lbmc/samtools:1.7 MAINTAINER Nicolas Fontrodona ENV HISAT2_VERSION=2.1.0 -- GitLab