Update to MySQL 8.0 image for testing (#250)

This commit is contained in:
Adrian Macneil 2021-12-19 21:28:14 -08:00 committed by GitHub
parent f69f1dea03
commit 955c9ac653
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -51,6 +51,7 @@ wait:
.PHONY: docker-all
docker-all:
docker-compose pull
docker-compose build
docker-compose run --rm dev make all