diff --git a/Dockerfile b/Dockerfile index 7e1058d47..fb2549ef0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # NOTES: Currently this is one big dockerfile and non-optimal. #may include suffix -ARG OPENSTUDIO_VERSION=3.0.0-rc3 +ARG OPENSTUDIO_VERSION=3.0.0 FROM nrel/openstudio:$OPENSTUDIO_VERSION as base MAINTAINER Nicholas Long nicholas.long@nrel.gov