File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const { LocalstackContainer } = require("@testcontainers/localstack");
44const path = require ( "path" ) ;
55
66async function createAndBootstrapPostgresContainer ( ) {
7- const postgresContainer = await new PostgreSqlContainer ( "postgres:17.4 " )
7+ const postgresContainer = await new PostgreSqlContainer ( "postgres:17.9 " )
88 . withCopyFilesToContainer ( [
99 {
1010 source : path . join ( __dirname , "../../dev/db/1-create-schema.sql" ) ,
@@ -41,7 +41,7 @@ async function createAndBootstrapKafkaContainer() {
4141
4242async function createAndBootstrapLocalstackContainer ( ) {
4343 const localstackContainer = await new LocalstackContainer (
44- "localstack/localstack:4.3 .0" ,
44+ "localstack/localstack:4.14 .0" ,
4545 ) . start ( ) ;
4646
4747 process . env . AWS_ENDPOINT_URL = localstackContainer . getConnectionUri ( ) ;
You can’t perform that action at this time.
0 commit comments