1
0
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:
Tianon Gravi
2022-02-11 16:58:48 -08:00
parent bc22a9fc35
commit 36abfddd6f
25 changed files with 1 additions and 1780 deletions

View File

@ -3,7 +3,6 @@ set -Eeuo pipefail
declare -A aliases=(
[14]='latest'
[9.6]='9'
)
self="$(basename "$BASH_SOURCE")"