Bump opencode to 1.14.28

This commit is contained in:
2026-04-27 18:50:57 +02:00
parent 4de0bc9993
commit 4e60cb15c3
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.28 — 2026-04-26
Bump opencode to 1.14.28.
## v1.14.25 — 2026-04-25
Bump opencode to 1.14.25. Also includes container-level changes since v1.14.22b:
+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.25
ARG OPENCODE_VERSION=1.14.28
LABEL maintainer="joakimp"
LABEL description="Portable opencode developer container"