Daily automatic update

This commit is contained in:
CloudNativePG Automated Updates
2024-10-01 00:23:07 +00:00
parent 91a04d2139
commit 474a5916a5
2 changed files with 4 additions and 0 deletions

View File

@@ -32,7 +32,9 @@ COPY requirements.txt /
RUN set -xe; \ RUN set -xe; \
apt-get update; \ apt-get update; \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
"postgresql-${PG_MAJOR}-pgaudit" \
"postgresql-${PG_MAJOR}-pgvector" \ "postgresql-${PG_MAJOR}-pgvector" \
"postgresql-${PG_MAJOR}-pg-failover-slots" \
; \ ; \
rm -fr /tmp/* ; \ rm -fr /tmp/* ; \
rm -rf /var/lib/apt/lists/*; rm -rf /var/lib/apt/lists/*;

View File

@@ -32,7 +32,9 @@ COPY requirements.txt /
RUN set -xe; \ RUN set -xe; \
apt-get update; \ apt-get update; \
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
"postgresql-${PG_MAJOR}-pgaudit" \
"postgresql-${PG_MAJOR}-pgvector" \ "postgresql-${PG_MAJOR}-pgvector" \
"postgresql-${PG_MAJOR}-pg-failover-slots" \
; \ ; \
rm -fr /tmp/* ; \ rm -fr /tmp/* ; \
rm -rf /var/lib/apt/lists/*; rm -rf /var/lib/apt/lists/*;