summaryrefslogtreecommitdiff
path: root/docker-compose.example.yml
diff options
context:
space:
mode:
authoricebaker <icebaker@proton.me>2023-05-12 19:39:51 -0300
committericebaker <icebaker@proton.me>2023-05-12 19:39:51 -0300
commit805e5073117bc717f46da0fa7f8ab628b4fa2a7d (patch)
tree3d81ecc064759924da0c89beb2c141764bb50642 /docker-compose.example.yml
parent6e0576072a83c41992d61a5d93533087adb2743d (diff)
bump to 0.0.2
Diffstat (limited to 'docker-compose.example.yml')
-rw-r--r--docker-compose.example.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.example.yml b/docker-compose.example.yml
index 0129c74..1ec49c1 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.1 && bash"
+ command: sh -c "gem install nano-bots -v 0.0.2 && bash"
environment:
OPENAI_API_ADDRESS: https://api.openai.com
OPENAI_API_ACCESS_TOKEN: your-token