From a8909e489d35e36061f2d7f7eff8afc47fca7e44 Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Thu, 26 Sep 2024 10:59:34 +0700 Subject: [PATCH] Update node versions --- .env | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 133b868..3ceb8a3 100644 --- a/.env +++ b/.env @@ -35,7 +35,8 @@ NGINX_TAG=1.27-5.39.6 ### --- NODE --- -NODE_TAG=20-dev-1.40.0 +NODE_TAG=22-dev-1.40.0 +#NODE_TAG=20-dev-1.40.0 #NODE_TAG=18-dev-1.40.0 ### --- MARIADB ---- diff --git a/README.md b/README.md index fe4f8cf..2e8ed5d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The PHP stack consist of the following containers: | [PostgreSQL] | 16, 15, 14, 13, 12 | [wodby/postgres] | ✓ | | | [Valkey] | 8, 7 | [wodby/valkey] | ✓ | | | [Memcached] | 1 | [wodby/memcached] | | | -| [Node.js] | 20, 18 | [wodby/node] | ✓ | | +| [Node.js] | 22, 20, 18 | [wodby/node] | ✓ | | | [Varnish] | 6.0 | [wodby/varnish] | ✓ | | | [Solr] | 8 | [wodby/solr] | ✓ | | | [Elasticsearch] | 7 | [wodby/elasticsearch] | | |