1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-29 21:41:20 +03:00

Update "latest" to 11

Closes #512
This commit is contained in:
Tianon Gravi
2018-10-18 13:09:18 -07:00
parent 6f6968e4a2
commit 7f3fd17214

View File

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