diff --git a/Debian/update.sh b/Debian/update.sh index ed039d7d..503d411f 100755 --- a/Debian/update.sh +++ b/Debian/update.sh @@ -32,7 +32,7 @@ versions=("${versions[@]%/}") fetch_postgres_image_version() { local suite="$1"; local item="$2"; - curl -SsL "https://registry.hub.docker.com/v2/repositories/library/postgres/tags/?name=bullseye&ordering=last_updated&" | \ + curl -SsL "https://registry.hub.docker.com/v2/repositories/library/postgres/tags/?name=bullseye&ordering=last_updated&page_size=20" | \ jq -c ".results[] | select( .name | match(\"^${suite}.[0-9]+-bullseye\"))" | \ jq -r ".${item}" | \ head -n1