Skip to content

Commit 7fddd75

Browse files
committed
test: update images
1 parent e3788a6 commit 7fddd75

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

test/db/docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
version: '3'
44
services:
55
rest:
6-
image: postgrest/postgrest:v9.0.1.20220802
6+
image: postgrest/postgrest:v10.1.2
77
ports:
88
- '3000:3000'
99
environment:
@@ -16,7 +16,7 @@ services:
1616
depends_on:
1717
- db
1818
db:
19-
image: supabase/postgres:14.1.0.34
19+
image: supabase/postgres:15.1.0.37
2020
ports:
2121
- '5432:5432'
2222
volumes:
@@ -25,4 +25,5 @@ services:
2525
POSTGRES_DB: postgres
2626
POSTGRES_USER: postgres
2727
POSTGRES_PASSWORD: postgres
28+
POSTGRES_HOST: /var/run/postgresql
2829
POSTGRES_PORT: 5432

test/transforms.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ test('explain with options', async () => {
366366
"Strategy": "Plain",
367367
"Total Cost": 17.68,
368368
},
369-
"Query Identifier": -8888327821402777000,
369+
"Query Identifier": -6192475787150577000,
370370
"Settings": Object {
371371
"effective_cache_size": "128MB",
372372
"search_path": "\\"public\\", \\"extensions\\"",

0 commit comments

Comments
 (0)