Skip to content

Commit c083dea

Browse files
authored
Merge pull request #118 from tschaffter/v1.3.8-to-stage
chore: update to v1.3.8
2 parents 166da99 + 651f24a commit c083dea

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

app.py

Lines changed: 2 additions & 4 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.7"
20+
image_version = "1.3.8"
2121

2222
# get VARS from cdk.json
2323
env_vars = app.node.try_get_context(environment)
@@ -289,7 +289,7 @@
289289
"API_DOCS_URL": f"https://{fully_qualified_domain_name}/api-docs",
290290
"APP_VERSION": image_version,
291291
"CSR_API_URL": f"https://{fully_qualified_domain_name}/api/v1",
292-
"DATA_UPDATED_ON": "2025-05-15",
292+
"DATA_UPDATED_ON": "2025-06-16",
293293
"ENVIRONMENT": "production",
294294
"GOOGLE_TAG_MANAGER_ID": "GTM-NBR5XD8C",
295295
"SSR_API_URL": "http://openchallenges-api-gateway:8082/api/v1",
@@ -355,8 +355,6 @@
355355
"APP_PORT": "4200",
356356
"THUMBOR_HOST": "openchallenges-thumbor",
357357
"THUMBOR_PORT": "8889",
358-
"ZIPKIN_HOST": "openchallenges-zipkin",
359-
"ZIPKIN_PORT": "9411",
360358
},
361359
)
362360

0 commit comments

Comments
 (0)