From ab098d06cb7b21f8e5589cdb534824861b563a59 Mon Sep 17 00:00:00 2001 From: Trygve Aspenes Date: Wed, 5 Oct 2022 08:24:16 +0200 Subject: [PATCH] Use MMD from branch issue_173 for testing --- container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Dockerfile b/container/Dockerfile index 67c14e0..238aef8 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -10,7 +10,7 @@ LABEL description="Discovery Metadata Catalog Ingestor used in the S-ENDA projec ARG DMCI_VERSION=main ARG DMCI_REPO=https://github.com/metno/discovery-metadata-catalog-ingestor ARG MMD_REPO=https://github.com/metno/mmd -ARG MMD_VERSION=v3.3 +ARG MMD_VERSION=issue_173 # Set config file for dmci ENV DMCI_CONFIG=/config.yaml