diff options
Diffstat (limited to 'docker-compose.example.yml')
-rw-r--r-- | docker-compose.example.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.example.yml b/docker-compose.example.yml index dc4b20a..0cf7b6a 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -3,7 +3,7 @@ version: '3.7' services: nano-bots: image: ruby:3.2.2-slim-bullseye - command: sh -c "gem install nano-bots -v 0.0.3 && bash" + command: sh -c "gem install nano-bots -v 0.0.4 && bash" environment: OPENAI_API_ADDRESS: https://api.openai.com OPENAI_API_ACCESS_TOKEN: your-token |