Skip to content

Commit

Permalink
[polardbx][test] Bump the polardb-x image version from 2.0.1 to 2.10 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardBang committed Aug 9, 2022
1 parent 299cfc8 commit 638474d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class PolardbxSourceITCase extends AbstractTestBase {
private static final String USER_NAME = "polardbx_root";
private static final String PASSWORD = "123456";
private static final String DATABASE = "polardbx_ddl_test";
private static final String IMAGE_VERSION = "2.0.1";
private static final String IMAGE_VERSION = "2.1.0";
private static final DockerImageName POLARDBX_IMAGE =
DockerImageName.parse("polardbx/polardb-x:" + IMAGE_VERSION);

Expand Down

0 comments on commit 638474d

Please sign in to comment.