From 2b7aee37ea760f8b2ad85b51db0c5779e1190324 Mon Sep 17 00:00:00 2001 From: Arielle Leon Date: Thu, 31 Oct 2024 16:32:05 +0000 Subject: [PATCH] Edited Dockerfile --- environment/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment/Dockerfile b/environment/Dockerfile index dd00244..24caa92 100644 --- a/environment/Dockerfile +++ b/environment/Dockerfile @@ -5,8 +5,8 @@ ENV EXTRACTION_URL=https://github.com/AllenNeuralDynamics/aind-ophys-extraction- ARG DEBIAN_FRONTEND=noninteractive ENV PIPELINE_URL="https://codeocean.allenneuraldynamics.org/capsule/6127754/tree" -ENV PIPELINE_VERSION="1.0" -ENV VERSION="2.0" +ENV PIPELINE_VERSION="2.0" +ENV VERSION="3.0" ARG GIT_ASKPASS ARG GIT_ACCESS_TOKEN