mirror of
https://github.com/ditkrg/db-backup-s3.git
synced 2026-01-22 22:06:45 +00:00
8 lines
141 B
Bash
Executable File
8 lines
141 B
Bash
Executable File
declare -A versions
|
|
# VERSIONS[<postgres>]=<alpine>
|
|
VERSIONS[10]=3.8
|
|
VERSIONS[11]=3.10
|
|
VERSIONS[12]=3.12
|
|
VERSIONS[13]=3.14
|
|
VERSIONS[14]=3.15
|