Update ShardingSphere version to 5.3.1 release. (#10259)

This commit is contained in:
Raigor 2023-01-11 00:24:43 +08:00 committed by GitHub
parent 9e8081dea4
commit a87794fb6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -133,7 +133,7 @@ public class TCITShardingSphere {
public static Collection<Object[]> versions() {
return Arrays.asList(new Object[][] {
{
"26999bd02c3b1613c3508373963334d698c37361",
"5.3.1",
DataSourceType.MYSQL
}
});

View File

@ -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

View File

@ -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: