diff --git a/.env b/.env index dace094bd..a80f80292 100644 --- a/.env +++ b/.env @@ -94,11 +94,11 @@ VARNISH_TAG=6.0-4.18.4 ### --- POSTGRESQL ---- -POSTGRES_TAG=16-1.35.0 +POSTGRES_TAG=17-1.35.0 +#POSTGRES_TAG=16-1.35.0 #POSTGRES_TAG=15-1.35.0 #POSTGRES_TAG=14-1.35.0 #POSTGRES_TAG=13-1.35.0 -#POSTGRES_TAG=12-1.35.0 ### OTHERS diff --git a/README.md b/README.md index 8afd75dc4..397e16ab1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The Drupal stack consist of the following containers: | [PHP] | 8.4, 8.3, 8.2, 8.1 | [wodby/drupal-php] | ✓ | | | Crond | | [wodby/drupal-php] | ✓ | ✓ | | [MariaDB] | 11.4, 10.11, 10.6, 10.5 | [wodby/mariadb] | ✓ | ✓ | -| [PostgreSQL] | 16, 15, 14, 13, 12 | [wodby/postgres] | ✓ | | +| [PostgreSQL] | 17, 16, 15, 14, 13 | [wodby/postgres] | ✓ | | | [Valkey] | 8, 7 | [wodby/valkey] | ✓ | | | [Memcached] | 1 | [wodby/memcached] | | | | [Varnish] | 6.0 | [wodby/varnish] | ✓ | |