1
0
mirror of https://github.com/garraflavatra/docker-volume-s3-backup.git synced 2025-07-18 15:54:06 +00:00

build hooks | use common versions array

This commit is contained in:
Elliott Shugerman
2021-06-20 13:15:36 -04:00
parent 147fd4ecaa
commit 95d11a8e6c
3 changed files with 14 additions and 14 deletions

6
hooks/versions.sh Executable file
View File

@ -0,0 +1,6 @@
declare -A versions
# VERSIONS[<postgres>]=<alpine>
VERSIONS[9]=3.6
VERSIONS[10]=3.8
VERSIONS[11]=3.10
VERSIONS[12]=3.11