Skip to content
Open
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
5 changes: 5 additions & 0 deletions .changeset/deps-github-cli-2.94.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"opencode-docker": patch
---

chore(deps): update github cli to v2.94.0
5 changes: 5 additions & 0 deletions .changeset/deps-opencode-1.17.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"opencode-docker": patch
---

chore(deps): update opencode to v1.17.7
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# renovate: datasource=github-releases depName=anomalyco/opencode
ARG OPENCODE_VERSION=1.16.0
ARG OPENCODE_VERSION=1.17.7

FROM debian:bookworm-slim

Expand Down Expand Up @@ -36,7 +36,7 @@ RUN curl https://mise.run | MISE_INSTALL_PATH=/usr/local/bin/mise sh
# 3. GitHub CLI (own layer — version changes independently)
# ---------------------------------------------------------------------------
# renovate: datasource=github-releases depName=cli/cli
ARG GH_VERSION=2.93.0
ARG GH_VERSION=2.94.0
RUN ARCH=$(dpkg --print-architecture) && \
URL="https://github.com/cli/cli/releases/download/v${GH_VERSION}/gh_${GH_VERSION}_linux_${ARCH}.deb" && \
echo "Downloading GitHub CLI v${GH_VERSION} from ${URL}" && \
Expand Down