From 00e213c9cabb2888d97fea2261aab60d14aa85f3 Mon Sep 17 00:00:00 2001 From: Adam Taylor Date: Tue, 10 Oct 2023 15:50:01 +0100 Subject: [PATCH] Update bftools to 7.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index afc68c5..a5df53a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,6 +27,6 @@ RUN set -ex \ && apt-get clean -y \ && rm -rf /var/lib/apt/lists/* -RUN wget http://downloads.openmicroscopy.org/latest/bio-formats5.6/artifacts/bftools.zip \ +RUN wget http://downloads.openmicroscopy.org/latest/bio-formats7.0/artifacts/bftools.zip \ && unzip bftools.zip -x '*.bat' -d /opt/ \ && PATH=$PATH:/opt/bftools/