diff --git a/.travis.yml b/.travis.yml index a7b3cb7..9f0ec61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ deploy: provider: script script: docker push cs50/mysql:${TRAVIS_BRANCH/master/latest} on: - condition: "$TRAVIS_BRANCH =~ ^master$" all_branches: true after_deploy: | #!/bin/bash diff --git a/Dockerfile b/Dockerfile index 77be9ff..57138cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1 @@ -FROM mysql:5.6 +FROM mysql:8 diff --git a/Makefile b/Makefile index 29fd786..308cef9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ build: - docker build -t cs50/mysql . + docker build -t cs50/mysql:8 . rebuild: - docker build --no-cache -t cs50/mysql . + docker build --no-cache -t cs50/mysql:8 . diff --git a/README.md b/README.md index 36e0549..7197877 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -Wrapper for that locks MySQL to 5.6.x. +Wrapper for that locks MySQL to 8.x.y.