未验证 提交 a87794fb 编写于 作者: R Raigor 提交者: GitHub

Update ShardingSphere version to 5.3.1 release. (#10259)

上级 9e8081de
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册