Skip to content

Commit

Permalink
chore(ci): pin mariadb container to 10.7 image tag (#3913)
Browse files Browse the repository at this point in the history
MariaDB latest only works on newer versions of Docker (see MariaDB/mariadb-docker#434).

So we are pinning to mariadb:10.7 for now to ensure consistent startup of the container in CircleCI.

(cherry picked from commit 27a55df)
  • Loading branch information
brettlangdon authored and mergify[bot] committed Oct 27, 2022
1 parent 697c05b commit 8f4c342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
ports:
- "127.0.0.1:5432:5432"
mariadb:
image: mariadb
image: mariadb:10.7
environment:
- MYSQL_ROOT_PASSWORD=example
- MYSQL_DATABASE=test
Expand Down

0 comments on commit 8f4c342

Please sign in to comment.