Update ShardingSphere version to 5.3.1 release. (#10259)
This commit is contained in:
parent
9e8081dea4
commit
a87794fb6b
|
|
@ -133,7 +133,7 @@ public class TCITShardingSphere {
|
|||
public static Collection<Object[]> versions() {
|
||||
return Arrays.asList(new Object[][] {
|
||||
{
|
||||
"26999bd02c3b1613c3508373963334d698c37361",
|
||||
"5.3.1",
|
||||
DataSourceType.MYSQL
|
||||
}
|
||||
});
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ version: '2.1'
|
|||
|
||||
services:
|
||||
sharding-proxy:
|
||||
image: ghcr.io/apache/shardingsphere-proxy:${SS_VERSION}
|
||||
image: apache/shardingsphere-proxy:${SS_VERSION}
|
||||
volumes:
|
||||
- ./download-mysql.sh:/opt/shardingsphere-proxy/download-mysql.sh
|
||||
- ./conf-mysql:/opt/shardingsphere-proxy/conf
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ version: '2.1'
|
|||
|
||||
services:
|
||||
sharding-proxy:
|
||||
image: ghcr.io/apache/shardingsphere-proxy:26999bd02c3b1613c3508373963334d698c37361
|
||||
image: apache/shardingsphere-proxy:5.3.1
|
||||
volumes:
|
||||
- ./../prepare/setup-oap/download-mysql.sh:/opt/shardingsphere-proxy/download-mysql.sh
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in New Issue