Skip to content

Commit

Permalink
Merge branch 'dev' into merge-dev-into-stage
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Dec 18, 2024
2 parents ad8d9cd + db0de20 commit 71f2f38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# get the environment
environment = utils.get_environment()
stack_name_prefix = f"openchallenges-{environment}"
image_version = "1.3.1"
image_version = "1.3.2"

# get VARS from cdk.json
env_vars = app.node.try_get_context(environment)
Expand Down Expand Up @@ -308,7 +308,7 @@
"API_DOCS_URL": f"https://{fully_qualified_domain_name}/api-docs",
"APP_VERSION": image_version,
"CSR_API_URL": f"https://{fully_qualified_domain_name}/api/v1",
"DATA_UPDATED_ON": "2024-12-12",
"DATA_UPDATED_ON": "2024-12-18",
"ENVIRONMENT": "production",
"GOOGLE_TAG_MANAGER_ID": "GTM-NBR5XD8C",
"SSR_API_URL": "http://openchallenges-api-gateway:8082/api/v1",
Expand Down

0 comments on commit 71f2f38

Please sign in to comment.