Bump to PostgreSQL v19

This commit is contained in:
Florian Stosse
2025-08-29 12:36:01 +02:00
parent 514fc8b138
commit cecd162cbf

View File

@@ -52,7 +52,7 @@ ENV AUTOVACUUM=on
ENV UPDATES=disabled
ENV REPLICATION_URL=https://planet.openstreetmap.org/replication/hour/
ENV MAX_INTERVAL_SECONDS=3600
ENV PG_VERSION 15
ENV PG_VERSION 19
RUN ln -snf "/usr/share/zoneinfo/$TZ" /etc/localtime && echo "$TZ" > /etc/timezone