Bump opencode to 1.14.30

This commit is contained in:
2026-04-30 15:11:49 +02:00
parent 23bae2ab7d
commit 0b55726f4a
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -6,6 +6,10 @@ Tags follow `v{opencode_version}[letter]` — bare tag for the first build on a
---
## v1.14.30 — 2026-04-30
Bump opencode to 1.14.30.
## v1.14.29c — 2026-04-29
**Drop redundant mempalace-mcp-server wrapper, use the entry point mempalace ships.**
+1 -1
View File
@@ -5,7 +5,7 @@ ARG DEBIAN_VERSION=trixie-slim
FROM debian:${DEBIAN_VERSION} AS base
ARG TARGETARCH
ARG OPENCODE_VERSION=1.14.29
ARG OPENCODE_VERSION=1.14.30
LABEL maintainer="joakimp"
LABEL description="Portable opencode developer container"