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 \