From 22ce7d4f2bd88852319a4d205aa8d25d2815ebf9 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 19 Jan 2018 11:04:47 +0000 Subject: [PATCH] Update to Alpine 3.7 for Postgres 10 --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index e953ab1c7f..cc8df80244 100755 --- a/update.sh +++ b/update.sh @@ -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/'