From e6b83646e80283e9f6aa41b70a6cca6a5b6c7491 Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Fri, 13 Mar 2026 13:12:14 -0400 Subject: [PATCH] Update Postgres image used in tests --- docker-compose.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7122877..eb8424d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,9 +1,6 @@ services: postgres: - build: - context: ../../tensorzero-core/tests/e2e - dockerfile: Dockerfile.postgres - image: tensorzero/postgres-dev:14-trixie-slim + image: tensorzero/postgres:14 environment: POSTGRES_DB: test POSTGRES_USER: postgres