Update mariadb base image

This commit is contained in:
Felipe Knorr Kuhn 2023-09-29 19:04:54 -07:00
parent ad77b3a6c9
commit ea2f39b18a
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -38,7 +38,7 @@ services:
MYSQL_USER: "mempool"
MYSQL_PASSWORD: "mempool"
MYSQL_ROOT_PASSWORD: "admin"
image: mariadb:10.5.8
image: mariadb:10.5.21
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m