File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414# get the environment
1515environment = utils .get_environment ()
1616stack_name_prefix = f"openchallenges-{ environment } "
17- image_version = "0.0.12 "
17+ image_version = "1.1.1 "
1818
1919# get VARS from cdk.json
2020env_vars = app .node .try_get_context (environment )
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" ,
You can’t perform that action at this time.
0 commit comments