From 4fc3f97373570c1a54a1850b82d8b4cb47994892 Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Fri, 13 Dec 2024 11:53:13 +0300 Subject: [PATCH] Update postgres versions --- README.md | 2 +- images/postgres.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9263e4a..8cc0bf4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ | [wodby/memcached] | [_/memcached] | `1` | | [wodby/node] | [node] | `22`, `20`, `18` | | [wodby/php] | [_/php] | `8.4`, `8.3`, `8.2`, `8.1` | -| [wodby/postgres] | [_/postgres] | `16`, `15`, `14`, `13`, `12` | +| [wodby/postgres] | [_/postgres] | `17`, `16`, `15`, `14`, `13` | | [wodby/python] | [python] | `3.13`, `3.12`, `3.11`, `3.10`, `3.9` | | [wodby/valkey] | [valkey/valkey] | `8.0`, `7.2` | | [wodby/redis] | [redis] | `7` | diff --git a/images/postgres.sh b/images/postgres.sh index d1aea72..200cc6f 100755 --- a/images/postgres.sh +++ b/images/postgres.sh @@ -5,4 +5,4 @@ set -e . ../update.sh # http://www.databasesoup.com/2016/05/changing-postgresql-version-numbering.html -update_from_base_image "wodby/postgres" "16 15 14 13 12" \ No newline at end of file +update_from_base_image "wodby/postgres" "17 16 15 14 13" \ No newline at end of file