Skip to content

Commit

Permalink
Testing: Use crate/crate:nightly by default
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 12, 2023
1 parent d925358 commit 1c49f92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cratedb_toolkit/testing/testcontainers/cratedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ class CrateDBContainer(KeepaliveContainer, DbContainer):
# TODO: Dual-port use with 4200+5432.
def __init__(
self,
# TODO: Use `crate/crate:nightly` by default?
image: str = "crate:latest",
image: str = "crate/crate:nightly",
port: int = 4200,
user: Optional[str] = None,
password: Optional[str] = None,
Expand Down

0 comments on commit 1c49f92

Please sign in to comment.