Skip to content

Commit 474a591

Browse files
author
CloudNativePG Automated Updates
committed
Daily automatic update
1 parent 91a04d2 commit 474a591

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Debian/17/bookworm/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ COPY requirements.txt /
3232
RUN set -xe; \
3333
apt-get update; \
3434
apt-get install -y --no-install-recommends \
35+
"postgresql-${PG_MAJOR}-pgaudit" \
3536
"postgresql-${PG_MAJOR}-pgvector" \
37+
"postgresql-${PG_MAJOR}-pg-failover-slots" \
3638
; \
3739
rm -fr /tmp/* ; \
3840
rm -rf /var/lib/apt/lists/*;

Debian/17/bullseye/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ COPY requirements.txt /
3232
RUN set -xe; \
3333
apt-get update; \
3434
apt-get install -y --no-install-recommends \
35+
"postgresql-${PG_MAJOR}-pgaudit" \
3536
"postgresql-${PG_MAJOR}-pgvector" \
37+
"postgresql-${PG_MAJOR}-pg-failover-slots" \
3638
; \
3739
rm -fr /tmp/* ; \
3840
rm -rf /var/lib/apt/lists/*;

0 commit comments

Comments
 (0)