Skip to content

Commit

Permalink
Add postgresql 17, drop 12 (eol)
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Dec 18, 2024
1 parent 9714abc commit 1f35d73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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] || |
Expand Down

0 comments on commit 1f35d73

Please sign in to comment.