1
0
mirror of https://github.com/garraflavatra/docker-volume-s3-backup.git synced 2025-06-28 05:35:10 +00:00
Files
docker-volume-s3-backup/hooks/versions.sh
2021-06-20 13:46:44 -04:00

8 lines
139 B
Bash
Executable File

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