1
0
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:
Elliott Shugerman
2021-12-07 22:25:39 -05:00
parent 8ef632ab84
commit 36d5b2888c
2 changed files with 2 additions and 2 deletions

View File

@ -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