Skip to content

Commit 5b21eb3

Browse files
committed
Use latest stable MySQL service container
1 parent 9ef1f32 commit 5b21eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/migration-8.0/compose-mysql8.0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
MYSQL_PASSWORD: ${DB_PASSWORD}
3030
MYSQL_DATABASE: ${DB_DATABASE}
3131
container_name: ${MYSQL_name}
32-
image: mysql:8.3.0
32+
image: mysql:8.4.7
3333
healthcheck:
3434
test: ["CMD", "mysqladmin", "ping", "-h", "127.0.0.1", "--silent"]
3535
interval: 20s

0 commit comments

Comments
 (0)