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

Update to 9.5.0

This commit is contained in:
Tianon Gravi
2016-01-07 10:27:31 -08:00
parent 4774c03af4
commit 2c72165e4f
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ set -e
declare -A aliases
aliases=(
[9.4]='9 latest'
[9.5]='9 latest'
)
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"