Skip to content

Commit 8df7fcb

Browse files
author
Jacob Middag
committed
Use mysql 5.5 for integration testing
1 parent ed381dd commit 8df7fcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/docker-functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ run_mysql() {
5050
then
5151
docker start "mysql-wordpress"
5252
else
53-
docker run --name mysql-wordpress -e MYSQL_ROOT_PASSWORD=root -p 3306:3306 -d mysql
53+
docker run --name mysql-wordpress -e MYSQL_ROOT_PASSWORD=root -p 3306:3306 -d mysql:5.5
5454
fi
5555
fi
5656
}

0 commit comments

Comments
 (0)