Skip to content

Commit 674636b

Browse files
authored
Merge pull request #110 from tschaffter/stage-to-v1.3.6
chore: update stage to v1.3.6
2 parents d5966da + a404267 commit 674636b

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.5"
20+
image_version = "1.3.6"
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-04-25",
311+
"DATA_UPDATED_ON": "2025-05-01",
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)