diff --git a/.env b/.env index 604fdc2..7631a63 100644 --- a/.env +++ b/.env @@ -57,7 +57,8 @@ MARIADB_TAG=11.4-3.29.0 ### --- VALKEY --- -VALKEY_TAG=7-0.3.0 +VALKEY_TAG=8-0.3.0 +#VALKEY_TAG=7-0.3.0 ### --- VARNISH --- diff --git a/README.md b/README.md index 047e5c2..df6a6ad 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The Ruby stack consist of the following containers: | [Ruby] | 3.3, 3.2, 3.1 | [wodby/ruby] | ✓ | ✓ | | [Sidekiq] | | [wodby/ruby] | ✓ | | | [PostgreSQL] | 16, 15, 14, 13, 12 | [wodby/postgres] | ✓ | ✓ | -| [Valkey] | 7 | [wodby/valkey] | ✓ | ✓ | +| [Valkey] | 8, 7 | [wodby/valkey] | ✓ | ✓ | | [MariaDB] | 11.4, 10.11, 10.6, 10.5 | [wodby/mariadb] | ✓ | | | [Node.js] | 20, 18 | [wodby/node] | ✓ | | | [Varnish] | 6.0 | [wodby/varnish] | ✓ | |