Skip to content

Commit 93304c8

Browse files
committed
use OS tag dev-3.11.0-rc2
1 parent 512564e commit 93304c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: docker
3232
shell: bash
3333
run: |
34-
export OPENSTUDIO_TAG=3.11.0
34+
export OPENSTUDIO_TAG=dev-3.11.0-rc2
3535
sed -i -E "s/.git//g" .dockerignore
3636
docker volume create --name=osdata
3737
docker images --all

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#may include suffix
77
ARG OPENSTUDIO_VERSION=3.11.0-rc2
8-
FROM nrel/openstudio:3.11.0-rc2 AS base
8+
FROM nrel/openstudio:dev-3.11.0-rc2 AS base
99
ARG OPENSTUDIO_VERSION
1010

1111
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)