Run tests against mariadb:10 instead of mariadb:latest #802

This commit is contained in:
Michael Stenta 2024-02-21 08:58:48 -05:00
parent c13d8fee32
commit 027bd4bef2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
version: '3'
services:
db:
image: mariadb:latest
image: mariadb:10
volumes:
- './db:/var/lib/mysql'
ports: