diff --git a/api.tf b/api.tf index d67904e..5adabaf 100644 --- a/api.tf +++ b/api.tf @@ -2,7 +2,7 @@ locals { api = { image_tags = { database_layer = "0.3.74" - server = "0.59.0" + server = "0.59.1-staging.0" api_db_migration = "0.8.0-staging.1" } }