You've already forked postgres
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:
@ -2,7 +2,8 @@
|
||||
set -eu
|
||||
|
||||
declare -A aliases=(
|
||||
[9.6]='9 latest'
|
||||
[10]='latest'
|
||||
[9.6]='9'
|
||||
)
|
||||
|
||||
self="$(basename "$BASH_SOURCE")"
|
||||
|
Reference in New Issue
Block a user