Skip to content
Open
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# when given no command and cannot run without a terminal. Cubeship runs an
# image's own command, so this image changes that to the headless server, which
# also serves the web UI, and adds the git the agent works with.
FROM ghcr.io/anomalyco/opencode:2.0.15
FROM ghcr.io/anomalyco/opencode:2.0.18
RUN apk add --no-cache git openssh-client
# The directory the server works in when a request names none.
WORKDIR /workspace
Expand Down