We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb9671 commit 003b5d3Copy full SHA for 003b5d3
nightly.Jenkinsfile
@@ -118,7 +118,7 @@ stage('Build') {
118
break;
119
case "mariadb_10_5":
120
docker.withRegistry('https://index.docker.io/v1/', 'hibernateci.hub.docker.com') {
121
- docker.image('mariadb:10.4.31').pull()
+ docker.image('mariadb:10.5.25').pull()
122
}
123
sh "./docker_db.sh mariadb_10_5"
124
state[buildEnv.tag]['containerName'] = "mariadb"
0 commit comments