Skip to content

Commit 8f8f616

Browse files
authored
chore: update stack to v1.3.4 (#105)
1 parent fa953f2 commit 8f8f616

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
@@ -17,7 +17,7 @@
1717
# get the environment
1818
environment = utils.get_environment()
1919
stack_name_prefix = f"openchallenges-{environment}"
20-
image_version = "1.3.3"
20+
image_version = "1.3.4"
2121

2222
# get VARS from cdk.json
2323
env_vars = app.node.try_get_context(environment)
@@ -308,7 +308,7 @@
308308
"API_DOCS_URL": f"https://{fully_qualified_domain_name}/api-docs",
309309
"APP_VERSION": image_version,
310310
"CSR_API_URL": f"https://{fully_qualified_domain_name}/api/v1",
311-
"DATA_UPDATED_ON": "2025-02-12",
311+
"DATA_UPDATED_ON": "2025-03-13",
312312
"ENVIRONMENT": "production",
313313
"GOOGLE_TAG_MANAGER_ID": "GTM-NBR5XD8C",
314314
"SSR_API_URL": "http://openchallenges-api-gateway:8082/api/v1",

0 commit comments

Comments
 (0)