mirror of
https://github.com/garraflavatra/docker-volume-s3-backup.git
synced 2025-07-18 15:54:06 +00:00
add support for postgres v14, drop v9
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
declare -A versions
|
||||
# VERSIONS[<postgres>]=<alpine>
|
||||
VERSIONS[9]=3.6
|
||||
VERSIONS[10]=3.8
|
||||
VERSIONS[11]=3.10
|
||||
VERSIONS[12]=3.12
|
||||
VERSIONS[13]=3.14
|
||||
VERSIONS[14]=3.15
|
||||
|
Reference in New Issue
Block a user