1
0
mirror of https://github.com/garraflavatra/docker-volume-s3-backup.git synced 2025-05-17 13:14:38 +00:00

8 lines
141 B
Bash
Raw Normal View History

declare -A versions
# VERSIONS[<postgres>]=<alpine>
VERSIONS[10]=3.8
VERSIONS[11]=3.10
VERSIONS[12]=3.12
VERSIONS[13]=3.14
2021-12-07 22:25:39 -05:00
VERSIONS[14]=3.15