From 627511d050a9b9afdcb517d1a04c1a25bf4ad507 Mon Sep 17 00:00:00 2001 From: Marie Backman Date: Mon, 18 Nov 2024 08:33:58 -0500 Subject: [PATCH] change webmonchow version --- Dockerfile.webmonchow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.webmonchow b/Dockerfile.webmonchow index 82cf08be..314abd31 100644 --- a/Dockerfile.webmonchow +++ b/Dockerfile.webmonchow @@ -3,7 +3,7 @@ FROM continuumio/miniconda3:23.3.1-0 RUN conda install --yes -n base conda-libmamba-solver # Install webmonchow -RUN conda install --yes --solver=libmamba -n base -c conda-forge -c neutrons postgresql=14 webmonchow=1.0.1 +RUN conda install --yes --solver=libmamba -n base -c conda-forge -c neutrons/label/rc postgresql=14 webmonchow=1.0.2rc1 # Install webmonchow from a feature branch (only to test the latest changes in webmonchow) # RUN conda install --yes --solver=libmamba -n base -c conda-forge postgresql=14