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

Update "latest" to 17 (now GA)

This commit is contained in:
Tianon Gravi
2024-09-26 15:59:36 -07:00
parent 172544062d
commit b406380598

View File

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