Skip to content

Commit

Permalink
Remove "latest" and friends
Browse files Browse the repository at this point in the history
Major version upgrades in PostgreSQL are complicated, and no users should be pulling a version of PostgreSQL without explicitly specifying an intentional major version (thus avoiding tools like compose or watchtower from naïvely "upgrading" them and breaking the database).
  • Loading branch information
tianon committed Dec 2, 2024
1 parent 0b87a9b commit fb761c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -Eeuo pipefail

declare -A aliases=(
[17]='latest'
#[9.6]='9'
)

self="$(basename "$BASH_SOURCE")"
Expand Down

0 comments on commit fb761c7

Please sign in to comment.