upgrade PSQL version to fix an issue with CREATE INDEX CONCURRENTLY and REINDEX CONCURRENTLY that could cause silent data corruption of indexes

This commit is contained in:
Jorilla Abdullaev 2022-06-17 11:08:47 +05:00
parent f0a52b2ef4
commit 41baf150c2
No known key found for this signature in database
GPG Key ID: 952B7992727679E9

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',