File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
internal-packages/testcontainers/src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ services:
49
49
50
50
electric :
51
51
container_name : electric
52
- image : electricsql/electric:1.0.22 @sha256:1b151dc8a6fd5292fba70cbc744e25bd3a1e42db5fc89b7e479b7b939980a0e2
52
+ image : electricsql/electric:1.1.14 @sha256:784495364583e0675c29f62d3f45ae76ee6e65ea5ad5eec7ae10293f5e439c89
53
53
restart : always
54
54
environment :
55
55
DATABASE_URL : postgresql://postgres:postgres@database:5432/postgres?sslmode=disable
@@ -64,7 +64,7 @@ services:
64
64
65
65
electric-shard-1 :
66
66
container_name : electric-shard-1
67
- image : electricsql/electric:1.0.22 @sha256:1b151dc8a6fd5292fba70cbc744e25bd3a1e42db5fc89b7e479b7b939980a0e2
67
+ image : electricsql/electric:1.1.14 @sha256:784495364583e0675c29f62d3f45ae76ee6e65ea5ad5eec7ae10293f5e439c89
68
68
restart : always
69
69
environment :
70
70
DATABASE_URL : postgresql://postgres:postgres@database:5432/postgres?sslmode=disable
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ export async function createElectricContainer(
154
154
) } :5432/${ postgresContainer . getDatabase ( ) } ?sslmode=disable`;
155
155
156
156
const container = await new GenericContainer (
157
- "electricsql/electric:1.0.13 @sha256:4e69c4a6ec3e976efbdd8b7e6de427e771aeacdbc0c8c7ca22eb0ca6ab1611ff "
157
+ "electricsql/electric:1.1.14 @sha256:784495364583e0675c29f62d3f45ae76ee6e65ea5ad5eec7ae10293f5e439c89 "
158
158
)
159
159
. withExposedPorts ( 3000 )
160
160
. withNetwork ( network )
You can’t perform that action at this time.
0 commit comments