Removed space from the version number

This commit is contained in:
Petteri Pucilowski 2022-06-10 01:30:46 +03:00 committed by GitHub
parent 3a59091b41
commit 8ebc778d40
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',