We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea3bfa commit 5b503e6Copy full SHA for 5b503e6
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.2"
+image_version = "1.3.3"
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": "2024-12-18",
+ "DATA_UPDATED_ON": "2025-02-12",
312
"ENVIRONMENT": "production",
313
"GOOGLE_TAG_MANAGER_ID": "GTM-NBR5XD8C",
314
"SSR_API_URL": "http://openchallenges-api-gateway:8082/api/v1",
0 commit comments