mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
build(db): update mariadb
This commit is contained in:
parent
13dc488ff9
commit
30c221a2ec
3 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ services:
|
|||
|
||||
mariadb:
|
||||
# on update, also update ServerVersion in FilterLists.Data.Constants.ServerVersion
|
||||
image: mariadb:10.4.12
|
||||
image: mariadb:10.5.4
|
||||
networks:
|
||||
- test-data
|
||||
environment:
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ services:
|
|||
|
||||
mariadb:
|
||||
# on update, also update ServerVersion in FilterLists.Data.Constants.ServerVersion
|
||||
image: mariadb:10.4.12
|
||||
image: mariadb:10.5.4
|
||||
restart: always
|
||||
networks:
|
||||
- api
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@ namespace FilterLists.Data
|
|||
{
|
||||
public static class Constants
|
||||
{
|
||||
public static readonly ServerVersion ServerVersion = new ServerVersion(new Version(10, 4, 12), ServerType.MariaDb);
|
||||
public static readonly ServerVersion ServerVersion = new ServerVersion(new Version(10, 5, 4), ServerType.MariaDb);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue