build(deps): update mariadb docker tag to v10.11.4 (#5556)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>pull/5568/head
parent
ea1196f3f2
commit
f05db093be
|
@ -2,7 +2,7 @@
|
|||
version: '3'
|
||||
services:
|
||||
mariadb:
|
||||
image: mariadb:10.11.3
|
||||
image: mariadb:10.11.4
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=rootpassword
|
||||
- MYSQL_USER=admin
|
||||
|
|
|
@ -18,7 +18,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mariadb
|
||||
image: mariadb:10.11.3
|
||||
image: mariadb:10.11.4
|
||||
ports:
|
||||
- containerPort: 3306
|
||||
readinessProbe:
|
||||
|
|
Loading…
Reference in New Issue