File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
drizzle-kit/tests/introspect
integration-tests/tests/gel Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ let container: Docker.Container | undefined;
2525async function createDockerDB ( ) : Promise < { connectionString : string ; container : Docker . Container } > {
2626 const docker = new Docker ( ) ;
2727 const port = await getPort ( { port : 5656 } ) ;
28- const image = 'geldata/gel:latest ' ;
28+ const image = 'geldata/gel:6 ' ;
2929
3030 const pullStream = await docker . pull ( image ) ;
3131 await new Promise ( ( resolve , reject ) =>
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import 'zx/globals';
66export async function createDockerDB ( ) : Promise < { connectionString : string ; container : Docker . Container } > {
77 const docker = new Docker ( ) ;
88 const port = await getPort ( { port : 5656 } ) ;
9- const image = 'geldata/gel:latest ' ;
9+ const image = 'geldata/gel:6 ' ;
1010
1111 const pullStream = await docker . pull ( image ) ;
1212 await new Promise ( ( resolve , reject ) =>
You can’t perform that action at this time.
0 commit comments