Skip to content

Commit a328782

Browse files
chore(deps): update mysql docker tag to v9
1 parent 47b8884 commit a328782

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
- ../public/assets/:/app/public/assets
2929

3030
mysql:
31-
image: mysql:5.7
31+
image: mysql:9.5
3232
environment:
3333
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
3434
ports:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ services:
5050
- 5900:5900
5151

5252
db:
53-
image: mysql:5.7
53+
image: mysql:9.5
5454
container_name: mysql
5555
environment:
5656
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"

0 commit comments

Comments
 (0)