From ec923f578b8e8b6ed107baa3c70c1e9f5b1ba5fa Mon Sep 17 00:00:00 2001 From: Scott Ouellette Date: Tue, 10 Jul 2018 10:13:19 -0400 Subject: [PATCH] Reference v0.4.15 of the parent higlass docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ad3c1f4..a960278 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM gehlenborglab/higlass:latest +FROM gehlenborglab/higlass:v0.4.15 # Swap the "app" html with the main html to always provide the /app/ view RUN cp /home/higlass/projects/higlass-website/app/index.html /home/higlass/projects/higlass-website/index.html