build(deps): update mariadb docker tag to v10.11.3 (#5429)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/5430/head
renovate[bot] 2023-05-12 15:40:35 +10:00 committed by GitHub
parent 94b8b05fe3
commit 1d99e42436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
version: '3' version: '3'
services: services:
mariadb: mariadb:
image: mariadb:10.11.2 image: mariadb:10.11.3
environment: environment:
- MYSQL_ROOT_PASSWORD=rootpassword - MYSQL_ROOT_PASSWORD=rootpassword
- MYSQL_USER=admin - MYSQL_USER=admin

View File

@ -18,7 +18,7 @@ spec:
spec: spec:
containers: containers:
- name: mariadb - name: mariadb
image: mariadb:10.11.2 image: mariadb:10.11.3
ports: ports:
- containerPort: 3306 - containerPort: 3306
readinessProbe: readinessProbe: