We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297c078 commit f186ed1Copy full SHA for f186ed1
app.py
@@ -14,7 +14,7 @@
14
# get the environment
15
environment = utils.get_environment()
16
stack_name_prefix = f"openchallenges-{environment}"
17
-image_version = "0.0.12"
+image_version = "1.1.1"
18
19
# get VARS from cdk.json
20
env_vars = app.node.try_get_context(environment)
@@ -303,7 +303,7 @@
303
f"ghcr.io/sage-bionetworks/openchallenges-app:{image_version}",
304
{
305
"API_DOCS_URL": f"https://{fully_qualified_domain_name}/api-docs",
306
- "APP_VERSION": "1.0.12-beta",
+ "APP_VERSION": "1.1.1",
307
"CSR_API_URL": f"https://{fully_qualified_domain_name}/api/v1",
308
"DATA_UPDATED_ON": "2024-11-13",
309
"ENVIRONMENT": "production",
0 commit comments