Skip to content

fix(docker): use ARG for opencode version + bump to 1.4.6#370

Merged
thepagent merged 1 commit intomainfrom
fix/opencode-dockerfile-arg
Apr 15, 2026
Merged

fix(docker): use ARG for opencode version + bump to 1.4.6#370
thepagent merged 1 commit intomainfrom
fix/opencode-dockerfile-arg

Conversation

@thepagent
Copy link
Copy Markdown
Collaborator

Mirrors the ARG CURSOR_VERSION pattern from PR #301.

  • Introduces ARG OPENCODE_VERSION=1.4.6 so version can be overridden at build time without editing the Dockerfile
  • Bumps 1.4.31.4.6 (latest on npm as of 2026-04-15)
# override at build time
docker build --build-arg OPENCODE_VERSION=1.4.7 -f Dockerfile.opencode .

- Introduce ARG OPENCODE_VERSION (mirrors Dockerfile.cursor pattern)
  so version can be overridden at build time without editing the file:
  docker build --build-arg OPENCODE_VERSION=x.y.z -f Dockerfile.opencode .
- Bump 1.4.3 → 1.4.6 (latest on npm as of 2026-04-15)
@thepagent thepagent added the p2 Medium — planned work label Apr 15, 2026
@github-actions github-actions bot added the closing-soon PR missing Discord Discussion URL — will auto-close in 3 days label Apr 15, 2026
@github-actions
Copy link
Copy Markdown

⚠️ This PR is missing a Discord Discussion URL in the body.

All PRs must reference a prior Discord discussion to ensure community alignment before implementation.

Please edit the PR description to include a link like:

Discord Discussion URL: https://discord.com/channels/...

This PR will be automatically closed in 3 days if the link is not added.

@thepagent thepagent merged commit 3bd876e into main Apr 15, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

closing-soon PR missing Discord Discussion URL — will auto-close in 3 days p2 Medium — planned work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant