1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-08 17:02:28 +03:00

Update latest to 18

This commit is contained in:
Tianon Gravi
2025-09-25 12:46:37 -07:00
parent 22ca5c8d8e
commit 304578a4b4

View File

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