summaryrefslogtreecommitdiff
path: root/docker-compose.example.yml
diff options
context:
space:
mode:
authoricebaker <icebaker@proton.me>2023-12-02 17:50:45 -0300
committericebaker <icebaker@proton.me>2023-12-02 17:50:45 -0300
commita36f0480eb0f6f9fd488bc0e58b0f10a9d8b7da9 (patch)
tree3ad607fbb503b44ff588e085c40f92211dde0d78 /docker-compose.example.yml
parentdfbf1b501be2d547f70a9ec9bbaff7e0d2705151 (diff)
bump to 1.0.1
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 352072e..d9f2474 100644
--- a/docker-compose.example.yml
+++ b/docker-compose.example.yml
@@ -2,7 +2,7 @@
services:
nano-bots:
image: ruby:3.2.2-slim-bookworm
- command: sh -c "apt-get update && apt-get install -y --no-install-recommends build-essential libffi-dev libsodium-dev lua5.4-dev curl && curl -s https://raw.githubusercontent.com/babashka/babashka/master/install | bash && gem install nano-bots -v 1.0.0 && bash"
+ command: sh -c "apt-get update && apt-get install -y --no-install-recommends build-essential libffi-dev libsodium-dev lua5.4-dev curl && curl -s https://raw.githubusercontent.com/babashka/babashka/master/install | bash && gem install nano-bots -v 1.0.1 && bash"
environment:
OPENAI_API_ADDRESS: https://api.openai.com
OPENAI_API_KEY: your-access-token