1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-28 10:42:06 +03:00

Move latest to 14

This commit is contained in:
Joe Ferguson
2021-09-30 14:28:52 -07:00
parent db430ccd71
commit 6898578de0

View File

@ -2,7 +2,7 @@
set -Eeuo pipefail
declare -A aliases=(
[13]='latest'
[14]='latest'
[9.6]='9'
)