diff --git a/PostGIS/update.sh b/PostGIS/update.sh index abda07a..25e3f0a 100755 --- a/PostGIS/update.sh +++ b/PostGIS/update.sh @@ -51,8 +51,7 @@ fetch_postgres_image_version() { # Get the latest Barman version latest_barman_version= _raw_get_latest_barman_version() { -# curl -s https://pypi.org/pypi/barman/json | jq -r '.releases | keys[]' | sort -Vr | head -n1 - echo "3.11.1" + curl -s https://pypi.org/pypi/barman/json | jq -r '.releases | keys[]' | sort -Vr | head -n1 } get_latest_barman_version() { if [ -z "$latest_barman_version" ]; then