Merge pull request #463 from execreate/main

Upgrade PSQL version to fix an issue with indices corruption
This commit is contained in:
Andras Bacsai 2022-06-17 09:10:40 +02:00 committed by GitHub
commit 07da696397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ export const supportedDatabaseTypesAndVersions = [
name: 'postgresql',
fancyName: 'PostgreSQL',
baseImage: 'bitnami/postgresql',
versions: ['14.2.0', '13.6.0', '12.10.0', '11.15.0', '10.20.0']
versions: ['14.4.0', '13.6.0', '12.10.0', '11.15.0', '10.20.0']
},
{
name: 'redis',