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

Update "latest" to 15 (GA)

This commit is contained in:
Tianon Gravi
2022-10-14 09:36:23 -07:00
parent 648e5c7dc3
commit 747be59745

View File

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