Skip to content

Commit ba07c5c

Browse files
committed
for visibility test
1 parent 6108cb5 commit ba07c5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ x-mariadb: &mariadb
2323
services:
2424
percona-8.0:
2525
<<: *mysql
26-
image: percona:8.0.15-5
26+
image: percona:8.0.23-14
2727
ports:
2828
- "3306:3306"
2929
environment:
3030
MYSQL_ALLOW_EMPTY_PASSWORD : "yes"
3131

3232
percona-8.0-ctl:
3333
<<: *mysql
34-
image: percona:8.0.15-5
34+
image: percona:8.0.23-14
3535
ports:
3636
- "3307:3306"
3737
environment:

0 commit comments

Comments
 (0)