From a84028044e1bbc0499059e94e887afcc4483c118 Mon Sep 17 00:00:00 2001 From: louisher Date: Mon, 16 Dec 2024 16:48:58 +0100 Subject: [PATCH] update Readme --- IDEAS/Resources/Scripts/tests/Dockerfile | 4 ++-- IDEAS/Resources/Scripts/tests/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/IDEAS/Resources/Scripts/tests/Dockerfile b/IDEAS/Resources/Scripts/tests/Dockerfile index 7566969f0..82d8a5de3 100644 --- a/IDEAS/Resources/Scripts/tests/Dockerfile +++ b/IDEAS/Resources/Scripts/tests/Dockerfile @@ -8,8 +8,8 @@ # DYMOLAVERSION - specifies the Dymola version. # For example: # DYMOLAPATH=/home/developer/dymola -# DYMOLAFILE=Dymola_2022x.AM_CAT_Dymola.Linux64.1-1.zip -# DYMOLAVERSION=dymola-2022x-x86_64 +# DYMOLAFILE=Dymola_20224.AM_CAT_Dymola.Linux64.1-1.zip +# DYMOLAVERSION=dymola-2024x-x86_64 # Start with a base Ubuntu image FROM ubuntu:20.04 diff --git a/IDEAS/Resources/Scripts/tests/README.md b/IDEAS/Resources/Scripts/tests/README.md index 49a3d4dc6..f5fa74962 100644 --- a/IDEAS/Resources/Scripts/tests/README.md +++ b/IDEAS/Resources/Scripts/tests/README.md @@ -63,8 +63,8 @@ For example, you can set these environment variables as follows (note that the s change in your case): ```bash export DYMOLAPATH=/path/to/dymola/folder -export DYMOLAFILE=Dymola_2022x.AM_CAT_Dymola.Linux64.1-1.zip -export DYMOLAVERSION=dymola-2022x-x86_64 +export DYMOLAFILE=Dymola_2024x.AM_CAT_Dymola.Linux64.1-1.zip +export DYMOLAVERSION=dymola-2024x-x86_64 ``` ### 3. Build the image