Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2023-09-14 00:14:59 +00:00
parent 8e669ab320
commit 4005e038c5
13 changed files with 69 additions and 63 deletions

View File

@@ -30,6 +30,7 @@ COPY requirements.txt /
RUN set -xe; \
apt-get update; \
apt-get install -y --no-install-recommends \
"postgresql-${PG_MAJOR}-pgvector" \
"postgresql-${PG_MAJOR}-pgaudit" \
; \
rm -fr /tmp/* ; \