From 00d9b47b1d9bcbb8634775819329175d59f32b74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Sep 2026 00:44:36 +0000 Subject: [PATCH] fix: update ghcr.io/anomalyco/opencode docker tag to v2.0.18 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 267679f..62db9e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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