diff --git a/CHANGELOG.md b/CHANGELOG.md index cc0045a..685ab0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.** diff --git a/Dockerfile b/Dockerfile index d7c2d30..3427be5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"