Bump opencode to 1.4.3
Publish Docker Image / build-and-push (push) Successful in 28m47s

This commit is contained in:
2026-04-10 14:14:08 +02:00
parent 7685facb37
commit bc1dceeaa1
+1 -1
View File
@@ -5,7 +5,7 @@ ARG DEBIAN_VERSION=bookworm-slim
FROM debian:${DEBIAN_VERSION} AS base
ARG TARGETARCH
ARG OPENCODE_VERSION=1.4.2
ARG OPENCODE_VERSION=1.4.3
LABEL maintainer="joakimp"
LABEL description="Portable opencode developer container"