Skip to content

Commit 1eb6aea

Browse files
authored
Update Postgres image used in tests (#83)
1 parent d122e6c commit 1eb6aea

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
services:
22
postgres:
3-
build:
4-
context: ../../tensorzero-core/tests/e2e
5-
dockerfile: Dockerfile.postgres
6-
image: tensorzero/postgres-dev:14-trixie-slim
3+
image: tensorzero/postgres:14
74
environment:
85
POSTGRES_DB: test
96
POSTGRES_USER: postgres

0 commit comments

Comments
 (0)