Still component minor version issue
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-03-29 19:24:29 +00:00
parent a97eb82b59
commit 857703c795

View File

@@ -14,7 +14,8 @@ COPY --from=builder /usr/local/src/pg_autoconfig/bin/pg_autoconfig /
COPY upgrade-entrypoint.sh /
RUN localedef -i cs_CZ -c -f UTF-8 -A /usr/share/locale/locale.alias cz_CZ.UTF-8 && \
apt-get update && apt-get install -y postgresql-15-auto-failover pg-auto-failover-cli postgresql-15-pgvector \
apt-get update && apt-get install -y \
postgresql-15 postgresql-client-15 postgresql-15-auto-failover pg-auto-failover-cli postgresql-15-pgvector \
# Include previous postgres version to allow automatic upgrade
postgresql-14 postgresql-14-postgis-3 postgresql-14-pgvector && \
rm -rf /var/lib/apt/lists/* && \