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

Upgrade Alpine to 3.10

This commit is contained in:
J0WI
2019-06-20 15:02:51 +02:00
parent 634ab9d8ab
commit f8e61ad42f
7 changed files with 7 additions and 7 deletions

View File

@ -21,7 +21,7 @@ declare -A debianSuite=(
[10]='stretch-slim'
[11]='stretch-slim'
)
defaultAlpineVersion='3.9'
defaultAlpineVersion='3.10'
declare -A alpineVersion=(
#[9.6]='3.5'
)