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

ossp-uuid.template is ununsed since 03db72ff

Remove UUID variability now that 9.3 is gone (per comment in "update.sh")
This commit is contained in:
Cyril Jouve
2019-10-08 20:45:34 +02:00
parent cbe7fa205a
commit b5996e9f70
2 changed files with 0 additions and 29 deletions

View File

@ -28,10 +28,6 @@ declare -A alpineVersion=(
packagesBase='http://apt.postgresql.org/pub/repos/apt/dists/'
# https://www.mirrorservice.org/sites/ftp.ossp.org/pkg/lib/uuid/?C=M;O=D
osspUuidVersion='1.6.2'
osspUuidHash='11a615225baa5f8bb686824423f50e4427acd3f70d394765bdff32801f0fd5b0'
declare -A suitePackageList=() suiteArches=()
travisEnv=
for version in "${versions[@]}"; do