Skip to content

Commit

Permalink
bump mysqlcontainer to 11.2.2 in test
Browse files Browse the repository at this point in the history
  • Loading branch information
nevoodoo committed Jan 29, 2024
1 parent 91b5ff7 commit 2b354ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ async def setup():
logger = logging.getLogger()
try:
set_all_access(True)
db = MySqlContainer('mariadb:10.8.3')
db = MySqlContainer('mariadb:11.2.2')
port_to_expose = find_free_port()
# override the default port to map the container to
db.with_bind_ports(db.port_to_expose, port_to_expose)
Expand Down

0 comments on commit 2b354ea

Please sign in to comment.