From 474a5916a5b5ec4da46404f57057659a65d4dd3d Mon Sep 17 00:00:00 2001 From: CloudNativePG Automated Updates Date: Tue, 1 Oct 2024 00:23:07 +0000 Subject: [PATCH] Daily automatic update --- Debian/17/bookworm/Dockerfile | 2 ++ Debian/17/bullseye/Dockerfile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Debian/17/bookworm/Dockerfile b/Debian/17/bookworm/Dockerfile index 62a3baad..6b4deaf0 100644 --- a/Debian/17/bookworm/Dockerfile +++ b/Debian/17/bookworm/Dockerfile @@ -32,7 +32,9 @@ COPY requirements.txt / RUN set -xe; \ apt-get update; \ apt-get install -y --no-install-recommends \ + "postgresql-${PG_MAJOR}-pgaudit" \ "postgresql-${PG_MAJOR}-pgvector" \ + "postgresql-${PG_MAJOR}-pg-failover-slots" \ ; \ rm -fr /tmp/* ; \ rm -rf /var/lib/apt/lists/*; diff --git a/Debian/17/bullseye/Dockerfile b/Debian/17/bullseye/Dockerfile index ff94e38a..f727ff93 100644 --- a/Debian/17/bullseye/Dockerfile +++ b/Debian/17/bullseye/Dockerfile @@ -32,7 +32,9 @@ COPY requirements.txt / RUN set -xe; \ apt-get update; \ apt-get install -y --no-install-recommends \ + "postgresql-${PG_MAJOR}-pgaudit" \ "postgresql-${PG_MAJOR}-pgvector" \ + "postgresql-${PG_MAJOR}-pg-failover-slots" \ ; \ rm -fr /tmp/* ; \ rm -rf /var/lib/apt/lists/*;