Bump opencode to v1.14.18
Publish Docker Image / build-omos (push) Successful in 41m30s
Publish Docker Image / build-base (push) Successful in 43m45s
Publish Docker Image / update-description (push) Successful in 15s

This commit is contained in:
2026-04-19 18:28:39 +02:00
parent 81100fd5bb
commit 16ff29101e
+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.4.17
ARG OPENCODE_VERSION=1.14.18
LABEL maintainer="joakimp"
LABEL description="Portable opencode developer container"