Skip to content

Commit

Permalink
pinning mariadb to 10.7 to avoid timing issue
Browse files Browse the repository at this point in the history
workaround for github.com/MariaDB/mariadb-docker/issues/434
  • Loading branch information
RussH authored Mar 4, 2023
1 parent 13e3a77 commit 9af1492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:

opencatsdb:
container_name: opencats_test_mariadb
image: mariadb:10
image: mariadb:10.7
ports:
- 3306
environment:
Expand All @@ -41,7 +41,7 @@ services:
- ../test/data/securityTests.sql:/docker-entrypoint-initdb.d/001_addUsers.sql

integrationtestdb:
image: mariadb:10
image: mariadb:10.7
ports:
- 3307:3306
environment:
Expand Down

0 comments on commit 9af1492

Please sign in to comment.