1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-25 12:22:02 +03:00

Move latest to 16

This commit is contained in:
Joseph Ferguson
2023-09-14 14:33:51 -07:00
parent 7442464585
commit 7df6bc166f

View File

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