Merge pull request #459 from pucilpet/pucilpet-patch-1

Removed space from the version number
This commit is contained in:
Andras Bacsai 2022-06-10 08:51:36 +02:00 committed by GitHub
commit 1388bee62c
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.2.0', '13.6.0', '12.10.0', '11.15.0', '10.20.0']
},
{
name: 'redis',