We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5966da + a404267 commit 674636bCopy full SHA for 674636b
app.py
@@ -17,7 +17,7 @@
17
# get the environment
18
environment = utils.get_environment()
19
stack_name_prefix = f"openchallenges-{environment}"
20
-image_version = "1.3.5"
+image_version = "1.3.6"
21
22
# get VARS from cdk.json
23
env_vars = app.node.try_get_context(environment)
@@ -308,7 +308,7 @@
308
"API_DOCS_URL": f"https://{fully_qualified_domain_name}/api-docs",
309
"APP_VERSION": image_version,
310
"CSR_API_URL": f"https://{fully_qualified_domain_name}/api/v1",
311
- "DATA_UPDATED_ON": "2025-04-25",
+ "DATA_UPDATED_ON": "2025-05-01",
312
"ENVIRONMENT": "production",
313
"GOOGLE_TAG_MANAGER_ID": "GTM-NBR5XD8C",
314
"SSR_API_URL": "http://openchallenges-api-gateway:8082/api/v1",
0 commit comments