Skip to content

Commit

Permalink
Merge pull request #182 from NREL/370relase
Browse files Browse the repository at this point in the history
Update to 370 official release
  • Loading branch information
brianlball authored Nov 20, 2023
2 parents 9bdd663 + ca305dc commit 189b7e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-openstudio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on: [push, pull_request]
env:
USE_TESTING_TIMEOUTS: "true"
OPENSTUDIO_VERSION: 3.7.0
OPENSTUDIO_SHA: 37087fd612
OPENSTUDIO_VERSION_EXT: "-rc3"
OPENSTUDIO_SHA: d5269793f1
OPENSTUDIO_VERSION_EXT: ""


jobs:
Expand Down
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.7.0
ARG OPENSTUDIO_VERSION_EXT="-rc3"
ARG OPENSTUDIO_DOWNLOAD_URL=https://github.com/NREL/OpenStudio/releases/download/v3.7.0-rc3/OpenStudio-3.7.0-rc3+37087fd612-Ubuntu-20.04-x86_64.deb
ARG OPENSTUDIO_VERSION_EXT=""
ARG OPENSTUDIO_DOWNLOAD_URL=https://github.com/NREL/OpenStudio/releases/download/v3.7.0/OpenStudio-3.7.0+d5269793f1-Ubuntu-20.04-x86_64.deb
ENV OS_BUNDLER_VERSION=2.1.4
ENV RUBY_VERSION=2.7.2
ENV BUNDLE_WITHOUT=native_ext
Expand Down

0 comments on commit 189b7e3

Please sign in to comment.