Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ FROM ${BASE_IMAGE_REGISTRY}/library/python:3.13-slim@sha256:f82c96458eedc847b233
# the image.
ARG ENABLE_SKILLS=true
ARG ENABLE_BROWSER=true
ARG OPENCODE_VERSION=1.18.13
ARG OPENCODE_VERSION=1.18.19
ARG AGENT_BROWSER_VERSION=0.31.1

# firewall-init.sh needs: iptables (egress lockdown), ca-certificates (trust
Expand Down
2 changes: 1 addition & 1 deletion docs/craft/sandbox/image-and-spinup.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ installs opencode via its own install script with the `--version` flag
so the build is at least reproducible:

```dockerfile
ARG OPENCODE_VERSION=1.18.13
ARG OPENCODE_VERSION=1.18.19
RUN curl -fsSL https://opencode.ai/install \
| bash -s -- --version "${OPENCODE_VERSION}" --no-modify-path
```
Expand Down
Loading