diff --git a/Dockerfile b/Dockerfile index 44b9c89..1f0b86e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ 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.8.0 ARG OPENSTUDIO_VERSION_EXT="-beta" -ARG OPENSTUDIO_DOWNLOAD_URL=https://openstudio-ci-builds.s3.amazonaws.com/develop/OpenStudio-3.8.0-beta%2B276859dd1e-Ubuntu-20.04-x86_64.deb +ARG OPENSTUDIO_DOWNLOAD_URL=https://openstudio-ci-builds.s3.amazonaws.com/develop/OpenStudio-3.8.0-rc1%2B39b42bad8d-Ubuntu-20.04-x86_64.deb ENV FINAL_PACKAGE=TRUE ENV OS_BUNDLER_VERSION=2.4.10