Bump opencode to 1.14.28
Publish Docker Image / build-omos (push) Successful in 47m20s
Publish Docker Image / build-base (push) Successful in 50m13s
Publish Docker Image / update-description (push) Successful in 20s

This commit is contained in:
2026-04-27 18:50:57 +02:00
parent 4de0bc9993
commit 45d7e02faf
2 changed files with 5 additions and 1 deletions
+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"