Skip to content

Commit

Permalink
Revert "fix: set a fixed version of Barman to 3.11.1"
Browse files Browse the repository at this point in the history
This reverts commit 915df29.

Signed-off-by: Jonathan Gonzalez V. <[email protected]>
  • Loading branch information
sxd committed Dec 16, 2024
1 parent 915df29 commit b5fc6fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PostGIS/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5fc6fb

Please sign in to comment.