Skip to content

Commit

Permalink
update yugabytedb tag
Browse files Browse the repository at this point in the history
Signed-off-by: Srinivasa Vasu <srinivasan.surprise@gmail.com>
  • Loading branch information
srinivasa-vasu committed Nov 11, 2022
1 parent 57d170c commit 1bc628e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -12,7 +12,7 @@ public class YugabyteDBYSQLContainerProvider extends JdbcDatabaseContainerProvid

private static final DockerImageName DEFAULT_IMAGE_NAME = DockerImageName.parse("yugabytedb/yugabyte");

private static final String DEFAULT_TAG = "2.14.3.1-b1";
private static final String DEFAULT_TAG = "2.14.4.0-b26";

private static final String NAME = "yugabyte";

Expand Down
Expand Up @@ -17,7 +17,7 @@
*/
public class YugabyteDBYCQLTest {

private static final String IMAGE_NAME = "yugabytedb/yugabyte:2.14.3.1-b1";
private static final String IMAGE_NAME = "yugabytedb/yugabyte:2.14.4.0-b26";

private static final DockerImageName YBDB_TEST_IMAGE = DockerImageName.parse(IMAGE_NAME);

Expand Down
Expand Up @@ -16,7 +16,7 @@
*/
public class YugabyteDBYSQLTest extends AbstractContainerDatabaseTest {

private static final String IMAGE_NAME = "yugabytedb/yugabyte:2.14.3.1-b1";
private static final String IMAGE_NAME = "yugabytedb/yugabyte:2.14.4.0-b26";

private static final DockerImageName YBDB_TEST_IMAGE = DockerImageName.parse(IMAGE_NAME);

Expand Down

0 comments on commit 1bc628e

Please sign in to comment.