Bump opencode to v1.4.12
Publish Docker Image / build-omos (push) Successful in 42m1s
Publish Docker Image / build-base (push) Successful in 42m19s
Publish Docker Image / update-description (push) Successful in 14s

This commit is contained in:
2026-04-18 23:11:46 +02:00
parent c59c66087a
commit b164c1b2f9
+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.11
ARG OPENCODE_VERSION=1.4.12
LABEL maintainer="joakimp"
LABEL description="Portable opencode developer container"