We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512564e commit 93304c8Copy full SHA for 93304c8
.github/workflows/security-scan.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: docker
32
shell: bash
33
run: |
34
- export OPENSTUDIO_TAG=3.11.0
+ export OPENSTUDIO_TAG=dev-3.11.0-rc2
35
sed -i -E "s/.git//g" .dockerignore
36
docker volume create --name=osdata
37
docker images --all
Dockerfile
@@ -5,7 +5,7 @@
5
6
#may include suffix
7
ARG OPENSTUDIO_VERSION=3.11.0-rc2
8
-FROM nrel/openstudio:3.11.0-rc2 AS base
+FROM nrel/openstudio:dev-3.11.0-rc2 AS base
9
ARG OPENSTUDIO_VERSION
10
11
ENV DEBIAN_FRONTEND=noninteractive
0 commit comments