From 9f47fb351acf91e8d29a1a9f7279f82b61a77ed8 Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Mon, 13 Jan 2025 03:52:16 -0800 Subject: [PATCH] Update running-tests.md --- doc/sphinx/user/extending/testing/running-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/user/extending/testing/running-tests.md b/doc/sphinx/user/extending/testing/running-tests.md index c2814648229..c7d45ab1d01 100644 --- a/doc/sphinx/user/extending/testing/running-tests.md +++ b/doc/sphinx/user/extending/testing/running-tests.md @@ -96,7 +96,7 @@ path to your ASPECT directory): ``` ksh docker run -v ASPECT_SOURCE_DIR:/home/dealii/aspect --rm -it\ - geodynamics/aspect-tester:focal-dealii-9.3-v2 \ + geodynamics/aspect-tester:focal-dealii-9.5-v3 \ bash /home/dealii/aspect/contrib/utilities/compile_and_update_tests.sh ```