From dd21e1ba3c86a99beb0922588c61d4c91256fb39 Mon Sep 17 00:00:00 2001 From: Pan Luo Date: Wed, 26 Apr 2023 12:24:01 -0700 Subject: [PATCH] Update barman to Version 3.4.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1566c2b..1bc63f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,7 @@ RUN bash -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg ma # Set up some defaults for file/directory locations used in entrypoint.sh. ENV \ - BARMAN_VERSION=3.4.0 \ + BARMAN_VERSION=3.4.1 \ BARMAN_CRON_SRC=/private/cron.d \ BARMAN_DATA_DIR=/var/lib/barman \ BARMAN_LOG_DIR=/var/log/barman \