Skip to content

Commit

Permalink
Merge pull request #167 from NREL/fix/issue_166
Browse files Browse the repository at this point in the history
Fixes #166 by updating Dockerfile
  • Loading branch information
tijcolem authored Jun 20, 2023
2 parents f05045e + e99354e commit 35e52c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:20.04 AS base
MAINTAINER Nicholas Long [email protected]

# 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

Expand Down

0 comments on commit 35e52c9

Please sign in to comment.