Skip to content

Commit 462ea86

Browse files
NiccoloFeifcanovai
andauthored
chore: update barman-cloud to version 3.13.3 (#177)
Signed-off-by: Niccolò Fei <[email protected]> Signed-off-by: Francesco Canovai <[email protected]> Co-authored-by: Francesco Canovai <[email protected]>
1 parent 0fae613 commit 462ea86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/repo_funcs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fetch_postgres_image_version() {
3333
latest_barman_version=
3434
_raw_get_latest_barman_version() {
3535
# curl -s https://pypi.org/pypi/barman/json | jq -r '.releases | keys[]' | sort -Vr | head -n1
36-
echo "3.12.1"
36+
echo "3.13.3"
3737
}
3838
get_latest_barman_version() {
3939
if [ -z "$latest_barman_version" ]; then

0 commit comments

Comments
 (0)