From e99354e12d40563f82b637f635bd8dc57eac53ba Mon Sep 17 00:00:00 2001 From: asparke2 Date: Wed, 14 Jun 2023 18:54:30 -0600 Subject: [PATCH] Fixes #166 by updating Dockerfile Makes default ARG OPENSTUDIO_VERSION match the version of OpenStudio actually downloaded and installed --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7309253..c8f98a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:20.04 AS base MAINTAINER Nicholas Long nicholas.long@nrel.gov # Set the version of OpenStudio when building the container. For example `docker build --build-arg -ARG OPENSTUDIO_VERSION=3.6.0 +ARG OPENSTUDIO_VERSION=3.6.1 ARG OPENSTUDIO_VERSION_EXT="" ARG OPENSTUDIO_DOWNLOAD_URL=https://github.com/NREL/OpenStudio/releases/download/v3.6.1/OpenStudio-3.6.1+bb9481519e-Ubuntu-20.04-x86_64.deb