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

Upgrade to Alpine 3.11

This commit is contained in:
J0WI
2019-12-20 04:05:38 +01:00
parent 0d0485cb02
commit 1cbd3a1666
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.10'
defaultAlpineVersion='3.11'
declare -A alpineVersion=(
#[9.6]='3.5'
)