From cecd162cbf57e7c1d5dc56de7b4bfdf0c4ec81f6 Mon Sep 17 00:00:00 2001 From: Florian Stosse Date: Fri, 29 Aug 2025 12:36:01 +0200 Subject: [PATCH] Bump to PostgreSQL v19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 97c044a..1a41d2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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