Skip to content

Commit f186ed1

Browse files
committed
Update to v1.1.1
1 parent 297c078 commit f186ed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.py

Lines changed: 2 additions & 2 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,7 +303,7 @@
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": "1.1.1",
307307
"CSR_API_URL": f"https://{fully_qualified_domain_name}/api/v1",
308308
"DATA_UPDATED_ON": "2024-11-13",
309309
"ENVIRONMENT": "production",

0 commit comments

Comments
 (0)