File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
src/itest/java/com/iexec/blockchain Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
1313- Upgrade to ` eclipse-temurin:11.0.24_8-jre-focal ` . (#149 )
1414- Upgrade to Gradle 8.10.2. (#150 )
1515- Upgrade to ` testcontainers ` 1.20.4. (#153 )
16+ - Upgrade to ` mongo:7.0.15-jammy ` . (#154 )
1617
1718## [[ 8.5.0]] ( https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/releases/tag/v8.5.0 ) 2024-06-18
1819
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ services:
66 - " 8545"
77
88 ibaa-blockchain-adapter-mongo :
9- image : library/mongo:4.4
10- entrypoint : " /bin/bash "
11- command : -c "mongod --bind_ip_all --port 13012 "
9+ image : library/mongo:7.0.15-jammy
10+ expose :
11+ - " 27017 "
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ class IntegrationTests {
7878 private static final String CHAIN_SVC_NAME = "ibaa-chain" ;
7979 private static final int CHAIN_SVC_PORT = 8545 ;
8080 private static final String MONGO_SVC_NAME = "ibaa-blockchain-adapter-mongo" ;
81- private static final int MONGO_SVC_PORT = 13012 ;
81+ private static final int MONGO_SVC_PORT = 27017 ;
8282
8383 public static final String USER = "admin" ;
8484 public static final String PASSWORD = "whatever" ;
You can’t perform that action at this time.
0 commit comments