mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
use more generic 'latest' tag for most up-to-date mariadb image
This commit is contained in:
parent
ebaa371d7f
commit
2ae4de1ef4
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ services:
|
|||
- mariadb
|
||||
|
||||
mariadb:
|
||||
image: mariadb:10
|
||||
image: mariadb:latest
|
||||
networks:
|
||||
- test-data
|
||||
environment:
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ services:
|
|||
ConnectionStrings__FilterListsConnection: ${API_CONNECTION_STRING}
|
||||
|
||||
mariadb:
|
||||
image: mariadb:10
|
||||
image: mariadb:latest
|
||||
restart: always
|
||||
networks:
|
||||
- api
|
||||
|
|
|
|||
Loading…
Reference in a new issue