You've already forked postgres
mirror of
https://github.com/docker-library/postgres.git
synced 2025-07-28 10:42:06 +03:00
Remove 9.6 (EOL)
See https://www.postgresql.org/about/news/postgresql-141-135-129-1114-1019-and-9624-released-2349/ > Additionally, this is the final release of PostgreSQL 9.6. If you are running PostgreSQL 9.6 in a production environment, we suggest that you make plans to upgrade.
This commit is contained in:
@ -3,7 +3,6 @@ set -Eeuo pipefail
|
||||
|
||||
declare -A aliases=(
|
||||
[14]='latest'
|
||||
[9.6]='9'
|
||||
)
|
||||
|
||||
self="$(basename "$BASH_SOURCE")"
|
||||
|
Reference in New Issue
Block a user