1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-19 00:22:57 +03:00

Merge pull request #1123 from infosiftr/move-latest

Move latest to 16
This commit is contained in:
yosifkit
2023-09-14 15:02:21 -07:00
committed by GitHub

View File

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