1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-26 23:21:10 +03:00

Bump defaultAlpineVersion to 3.8

This commit is contained in:
Michael Käufl
2018-07-09 16:34:51 +02:00
parent 686aae6553
commit f3a08fbcab

View File

@ -13,7 +13,7 @@ defaultDebianSuite='stretch-slim'
declare -A debianSuite=(
#[9.6]='jessie'
)
defaultAlpineVersion='3.7'
defaultAlpineVersion='3.8'
declare -A alpineVersion=(
#[9.6]='3.5'
)