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

Alpine 3.14

This commit is contained in:
J0WI
2021-06-16 15:15:38 +02:00
parent 56eb8091dc
commit 718c12a2ad
7 changed files with 10 additions and 10 deletions

View File

@ -16,7 +16,7 @@ declare -A debianSuite=(
[10]='stretch-slim'
[11]='stretch-slim'
)
defaultAlpineVersion='3.13'
defaultAlpineVersion='3.14'
declare -A alpineVersion=(
#[9.6]='3.5'
)