From ea2b87d082b89689329a856a7d613312f63504ff Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Mon, 17 Jul 2023 19:08:10 -0500 Subject: [PATCH] test(tapis): CMS v2.0.1 candidate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because v3.11 has not fixed v1→v2 migration bugs on Tapis. --- tapisproject_cms/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tapisproject_cms/Dockerfile b/tapisproject_cms/Dockerfile index a3cd97d1..a650e74b 100644 --- a/tapisproject_cms/Dockerfile +++ b/tapisproject_cms/Dockerfile @@ -1,5 +1,5 @@ -# v3.11.4 -FROM taccwma/core-cms:cd2c989 +# TACC/Core-CMS#673 (v2.0.1 candidate) +FROM taccwma/core-cms:1289d38 WORKDIR /code