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

Update latest to 12 (now GA)

This commit is contained in:
Tianon Gravi
2019-10-03 12:28:28 -07:00
parent b0251ccc21
commit cbe7fa205a

View File

@ -2,7 +2,7 @@
set -eu
declare -A aliases=(
[11]='latest'
[12]='latest'
[9.6]='9'
)