Skip to content

Commit

Permalink
Fix mysql version to get Slurm CI green (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
riedel committed May 3, 2020
1 parent bc0807f commit e5177cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/slurm/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2.2"

services:
mysql:
image: mysql:5.7
image: mysql:5.7.29
hostname: mysql
container_name: mysql
environment:
Expand Down

0 comments on commit e5177cc

Please sign in to comment.