From 8a44c70841e9a751f9b3f846d8f76f5a0648e272 Mon Sep 17 00:00:00 2001 From: Garrett Edmonds <43251554+edmondsgarrett@users.noreply.github.com> Date: Mon, 8 Apr 2024 10:43:44 -0500 Subject: [PATCH] task/WP-453: upgrade tapisproject CMS to Django v4.2+ (#266) * Point to Core-CMS v4.5.0 tag * Update tapisproject_cms/Dockerfile Co-authored-by: Wesley B <62723358+wesleyboar@users.noreply.github.com> --------- Co-authored-by: Garrett Edmonds Co-authored-by: Wesley B <62723358+wesleyboar@users.noreply.github.com> --- tapisproject_cms/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tapisproject_cms/Dockerfile b/tapisproject_cms/Dockerfile index 2adb5fc8..ff9ebfe2 100644 --- a/tapisproject_cms/Dockerfile +++ b/tapisproject_cms/Dockerfile @@ -1,5 +1,4 @@ -# TACC/Core-CMS#v3.11.6 -FROM taccwma/core-cms:c5bea4c +FROM taccwma/core-cms:v4.8.0 WORKDIR /code