diff --git a/opencode/Dockerfile b/opencode/Dockerfile index f1cb13f..00e1093 100644 --- a/opencode/Dockerfile +++ b/opencode/Dockerfile @@ -27,7 +27,7 @@ RUN ARCH=$(dpkg --print-architecture) \ ENV PATH="/usr/local/go/bin:${PATH}" -ARG OPENCODE_VERSION=1.2.27 +ARG OPENCODE_VERSION=1.3.0 RUN npm install -g opencode-ai@${OPENCODE_VERSION} COPY opencode/kelos_entrypoint.sh /kelos_entrypoint.sh