From 5466e4f3785dcedd6c76afd5634a29cc66cd2ad9 Mon Sep 17 00:00:00 2001 From: "Jonathan Gonzalez V." Date: Thu, 19 Dec 2024 09:47:18 +0100 Subject: [PATCH] Revert "fix: set a fixed version of Barman to 3.11.1" (#65) This reverts commit 915df2962875ca7660026cbec295be63d064c566. Signed-off-by: Jonathan Gonzalez V. --- PostGIS/update.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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