Skip to content

Commit

Permalink
Updade default MariaDB version to 10.6, resolves lando#25.
Browse files Browse the repository at this point in the history
  • Loading branch information
tormi committed Aug 2, 2023
1 parent 488b937 commit e39aac7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/mariadb/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ const _ = require('lodash');
module.exports = {
name: 'mariadb',
config: {
version: '10.3',
supported: ['10.6', '10.5', '10.4', '10.3', '10.2', '10.1'],
legacy: ['10.1'],
version: '10.6',
supported: ['10.6', '10.5', '10.4'],
legacy: ['10.3', '10.2', '10.1'],
pinPairs: {
'10.6': 'bitnami/mariadb:10.6.5-debian-10-r30',
'10.5': 'bitnami/mariadb:10.5.8-debian-10-r74',
Expand Down

0 comments on commit e39aac7

Please sign in to comment.