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

Update "latest" to 13 (now GA)

This commit is contained in:
Tianon Gravi
2020-09-24 10:29:53 -07:00
parent 8d281112a8
commit 9abfeee616

View File

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