From ba24509a0dac74454016144c908b81b2f6aabdf9 Mon Sep 17 00:00:00 2001 From: Chuck McCallum Date: Wed, 11 Jul 2018 10:42:53 -0400 Subject: [PATCH] Update base image Explicitly preserve cookies in AJAX requests --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a960278..79cda0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM gehlenborglab/higlass:v0.4.15 +FROM gehlenborglab/higlass:v0.4.18 # 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