mirror of
https://github.com/garraflavatra/docker-volume-s3-backup.git
synced 2025-05-17 13:14:38 +00:00
7 lines
121 B
Bash
Executable File
7 lines
121 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.11
|