From 8def7ba581a7ddb6fb0ac2006a0993b11ba17da8 Mon Sep 17 00:00:00 2001 From: d3v-null Date: Wed, 28 Aug 2024 13:19:17 +0200 Subject: [PATCH] update mwalib --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e14f8ff..caff1bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -97,7 +97,7 @@ RUN git clone --depth 1 --branch=${MWAQA_BRANCH} https://github.com/d3v-null/mwa python -m pip install /mwa_qa && \ rm -rf /mwa_qa -ARG MWALIB_BRANCH=v1.4.0 +ARG MWALIB_BRANCH=v1.5.0 RUN git clone --depth 1 --branch=${MWALIB_BRANCH} https://github.com/MWATelescope/mwalib.git /mwalib && \ cd /mwalib && \ maturin build --release --features=python && \