We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cdbb3f + 0f2166c commit 2981965Copy full SHA for 2981965
contrib/utilities/compile_and_update_tests.sh
@@ -6,7 +6,7 @@
6
# folder (the one containing include/, cmake/, source/, and tests/).
7
# Navigate to that folder and run the following command in a terminal:
8
#
9
-# docker run -v $PWD:/home/dealii/aspect --name=aspect-tester --rm -it geodynamics/aspect-tester:focal-dealii-9.4-v3 bash /home/dealii/aspect/contrib/utilities/compile_and_update_tests.sh
+# docker run -v $PWD:/home/dealii/aspect --name=aspect-tester --rm -it geodynamics/aspect-tester:jammy-dealii-9.6-v1 bash /home/dealii/aspect/contrib/utilities/compile_and_update_tests.sh
10
11
# This command executes the following shell script *inside* the docker container
12
# that contains the official ASPECT test system. Note that by mounting your
0 commit comments