From 80ee105bd8c6de6ea2330da8778084fca920389a Mon Sep 17 00:00:00 2001 From: TShapinsky Date: Tue, 21 May 2024 11:58:21 -0600 Subject: [PATCH] upgrade to release version of OpenStudio 3.8.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 918845b..259c648 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/jav WORKDIR $BUILD_DIR -ENV OPENSTUDIO_DOWNLOAD_URL https://github.com/NREL/OpenStudio/releases/download/v3.8.0-rc3/OpenStudio-3.8.0-rc3+d8eac889d0-Ubuntu-20.04-x86_64.deb +ENV OPENSTUDIO_DOWNLOAD_URL https://github.com/NREL/OpenStudio/releases/download/v3.8.0/OpenStudio-3.8.0+f953b6fcaf-Ubuntu-20.04-x86_64.deb # mlep / external interface needs parts of EnergyPlus that are not included with OpenStudio # expandobjects, runenergyplus might be two examples, but the need to install EnergyPlus separately from OpenStudio