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

Update "latest" to 10

This commit is contained in:
Tianon Gravi
2017-10-05 10:44:58 -07:00
parent 0b0ca18dda
commit 32caee4c0b

View File

@ -2,7 +2,8 @@
set -eu
declare -A aliases=(
[9.6]='9 latest'
[10]='latest'
[9.6]='9'
)
self="$(basename "$BASH_SOURCE")"