Skip to content

Commit e622e7b

Browse files
authored
Update to OC v1.1.1 (#69)
* Update to v1.1.1 * update data updated on
1 parent 297c078 commit e622e7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# get the environment
1515
environment = utils.get_environment()
1616
stack_name_prefix = f"openchallenges-{environment}"
17-
image_version = "0.0.12"
17+
image_version = "1.1.1"
1818

1919
# get VARS from cdk.json
2020
env_vars = app.node.try_get_context(environment)
@@ -303,9 +303,9 @@
303303
f"ghcr.io/sage-bionetworks/openchallenges-app:{image_version}",
304304
{
305305
"API_DOCS_URL": f"https://{fully_qualified_domain_name}/api-docs",
306-
"APP_VERSION": "1.0.12-beta",
306+
"APP_VERSION": image_version,
307307
"CSR_API_URL": f"https://{fully_qualified_domain_name}/api/v1",
308-
"DATA_UPDATED_ON": "2024-11-13",
308+
"DATA_UPDATED_ON": "2024-11-27",
309309
"ENVIRONMENT": "production",
310310
"GOOGLE_TAG_MANAGER_ID": "GTM-NBR5XD8C",
311311
"SSR_API_URL": "http://openchallenges-api-gateway:8082/api/v1",

0 commit comments

Comments
 (0)