diff --git a/bitnami/postgresql-repmgr/14/debian-10/Dockerfile b/bitnami/postgresql-repmgr/14/debian-10/Dockerfile index 1a1e5925b262..cd2527d89ff4 100644 --- a/bitnami/postgresql-repmgr/14/debian-10/Dockerfile +++ b/bitnami/postgresql-repmgr/14/debian-10/Dockerfile @@ -22,7 +22,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/postgresql-repmgr/postunpack.sh RUN /opt/bitnami/scripts/locales/add-extra-locales.sh ENV BITNAMI_APP_NAME="postgresql-repmgr" \ - BITNAMI_IMAGE_VERSION="14.1.0-debian-10-r24" \ + BITNAMI_IMAGE_VERSION="14.1.0-debian-10-r25" \ LANG="en_US.UTF-8" \ LANGUAGE="en_US:en" \ NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \ diff --git a/bitnami/postgresql-repmgr/14/debian-10/rootfs/opt/bitnami/scripts/libpostgresql.sh b/bitnami/postgresql-repmgr/14/debian-10/rootfs/opt/bitnami/scripts/libpostgresql.sh index 0e2ee1cf7614..e838fbff75ce 100644 --- a/bitnami/postgresql-repmgr/14/debian-10/rootfs/opt/bitnami/scripts/libpostgresql.sh +++ b/bitnami/postgresql-repmgr/14/debian-10/rootfs/opt/bitnami/scripts/libpostgresql.sh @@ -1028,11 +1028,8 @@ postgresql_execute_print_output() { [[ -n "$db" ]] && args+=("-d" "$db") [[ "${#opts[@]}" -gt 0 ]] && args+=("${opts[@]}") - # Obtain the command specified via stdin - local sql_cmd - sql_cmd="$(