From bc5727aeef8cd36cb04b803f5b5dd83ef884bb01 Mon Sep 17 00:00:00 2001 From: Florian Stosse Date: Fri, 29 Aug 2025 12:49:44 +0200 Subject: [PATCH] PGSQL v18 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aab8e88..fcc30f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ ENV AUTOVACUUM=on ENV UPDATES=enabled ENV REPLICATION_URL=https://planet.openstreetmap.org/replication/hour/ ENV MAX_INTERVAL_SECONDS=3600 -ENV PG_VERSION 19 +ENV PG_VERSION 18 RUN ln -snf "/usr/share/zoneinfo/$TZ" /etc/localtime && echo "$TZ" > /etc/timezone