Skip to content

Commit

Permalink
Use rc2 to build
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyikuang committed May 3, 2024
1 parent 6a8ca57 commit b4ecdda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ MAINTAINER Nicholas Long [email protected]

# 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="-rc1"
ARG OPENSTUDIO_DOWNLOAD_URL=https://openstudio-ci-builds.s3.amazonaws.com/develop/OpenStudio-3.8.0-rc1%2B39b42bad8d-Ubuntu-20.04-x86_64.deb
ARG OPENSTUDIO_VERSION_EXT="-rc2"
ARG OPENSTUDIO_DOWNLOAD_URL=https://openstudio-ci-builds.s3.amazonaws.com/3.8.0-rc2/OpenStudio-3.8.0-rc2%2Bca1c536250-Ubuntu-20.04-x86_64.deb

ENV FINAL_PACKAGE=TRUE
ENV OS_BUNDLER_VERSION=2.4.10
Expand Down

0 comments on commit b4ecdda

Please sign in to comment.