We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4927bc commit 0f3d292Copy full SHA for 0f3d292
infra/opentofu/ecs/main.tf
@@ -67,7 +67,7 @@ module "ecs" {
67
cpu = 1024
68
memory = 2048
69
essential = false
70
- image = "ghcr.io/pokt-network/path:main"
+ image = "ghcr.io/pokt-network/path:sha-ca7acdd-rc"
71
memory_reservation = 50
72
port_mappings = [
73
{
0 commit comments