chore: upgrade MySQL image to 9.6

Signed-off-by: Shubhika Garg <shubhika.garg@openairinterface.org>
This commit is contained in:
Shubhika Garg
2026-04-14 15:17:16 +02:00
parent 8ecc693799
commit 05c2165535
18 changed files with 18 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
services:
mysql:
container_name: "mysql"
image: mysql:8.0
image: mysql:9.6
volumes:
- ./database/oai_db.sql:/docker-entrypoint-initdb.d/oai_db.sql
- ./healthscripts/mysql-healthcheck.sh:/tmp/mysql-healthcheck.sh

View File

@@ -1,7 +1,7 @@
services:
mysql:
container_name: "mysql"
image: mysql:8.0
image: mysql:9.6
volumes:
- ./database/oai_db.sql:/docker-entrypoint-initdb.d/oai_db.sql
- ./healthscripts/mysql-healthcheck.sh:/tmp/mysql-healthcheck.sh