From d68122ecd06b5de81bb368e84f87b79514219257 Mon Sep 17 00:00:00 2001 From: "Emmanuel S." <5435148+esgn@users.noreply.github.com> Date: Tue, 21 Oct 2025 11:09:41 +0200 Subject: [PATCH] Updated PostgreSQL version references in README. Updated PostgreSQL version references in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53884e2..8afee5f 100644 --- a/README.md +++ b/README.md @@ -211,8 +211,8 @@ checkpoint_completion_target = 0.9 ### Using PGTuned images directly from Docker hub This project builds a number of versions of the PGTuned image and deploy them to [Docker Hub](https://hub.docker.com/r/esgn/pgtuned) using the following tags : -* `latest` corresponds to PostgreSQL 15 -* `postgis-latest` corresponds to PostgreSQL 15 and PostGIS 3 +* `latest` corresponds to PostgreSQL 17 +* `postgis-latest` corresponds to PostgreSQL 17 and PostGIS 3 * `POSTGRES_VERSION` corresponds to a specific PostgreSQL image version (e.g. 12) without PostGIS * `POSTGRES_VERSION-POSTGIS_VERSION` corresponds to a specific PostgreSQL image version including a specific PostGIS version (e.g. 12-3)