mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
server/benchmarks: update the postgres version to 15
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8256 GitOrigin-RevId: 5285280cd8be9785e7d615ef444afcba42880abd
This commit is contained in:
parent
42be9ffc9b
commit
120f413cd1
@ -196,7 +196,7 @@ function pg_launch_container(){
|
||||
--expose="$PG_PORT" \
|
||||
--env POSTGRES_PASSWORD="$PG_PASSWORD" \
|
||||
$DOCKER_NETWORK_HOST_MODE \
|
||||
circleci/postgres:11.5-alpine-postgis \
|
||||
postgis/postgis:15-3.3-alpine \
|
||||
$CONF_FLAGS
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user