From 1c6e85f99ae07da47c31350e9d20a639c0d43a4d Mon Sep 17 00:00:00 2001 From: Filippo Ledda Date: Wed, 15 Nov 2023 12:10:51 +0100 Subject: [PATCH] Update nwb explorer --- applications/nwb-explorer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/nwb-explorer/Dockerfile b/applications/nwb-explorer/Dockerfile index c75c7756..8be4b537 100644 --- a/applications/nwb-explorer/Dockerfile +++ b/applications/nwb-explorer/Dockerfile @@ -1,7 +1,7 @@ FROM node:15 as clone ENV BRANCH_TAG="osb2" ENV REPO=https://github.com/MetaCell/nwb-explorer.git -RUN echo "cache 2023-11-14b" +RUN echo "cache 2023-11-15" RUN git clone $REPO -b $BRANCH_TAG RUN rm -Rf .git