Skip to content

Commit

Permalink
Update to mysql:5.7.37
Browse files Browse the repository at this point in the history
  • Loading branch information
rwinch committed Feb 14, 2022
1 parent 7d0cdc5 commit 8e604a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/docker/docker-mysql.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
# https://hub.docker.com/_/mysql
DIR="$( cd "$(dirname "$0")" ; pwd -P )"
docker run --rm --name pcla-mysql -e MYSQL_ROOT_PASSWORD=password -p 3306:3306 -v "$DIR/mysql-init.sh:/docker-entrypoint-initdb.d/mysql-init.sh" mysql:5.7.27
docker run --rm --name pcla-mysql -e MYSQL_ROOT_PASSWORD=password -p 3306:3306 -v "$DIR/mysql-init.sh:/docker-entrypoint-initdb.d/mysql-init.sh" mysql:5.7.37

0 comments on commit 8e604a6

Please sign in to comment.