1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-28 10:42:06 +03:00

Update to Alpine 3.7 for Postgres 10

This commit is contained in:
Michael
2018-01-19 11:04:47 +00:00
committed by Tianon Gravi
parent 8734ceed8c
commit 22ce7d4f2b

View File

@ -21,7 +21,7 @@ declare -A alpineVersion=(
[9.4]='3.5'
[9.5]='3.5'
[9.6]='3.5'
[10]='3.6'
[10]='3.7'
)
packagesBase='http://apt.postgresql.org/pub/repos/apt/dists/'