Bump opencode to 1.14.25
Publish Docker Image / build-base (push) Successful in 40m15s
Publish Docker Image / build-omos (push) Failing after 1h45m55s
Publish Docker Image / update-description (push) Has been skipped

This commit is contained in:
2026-04-25 17:36:30 +02:00
parent f2f8a70dae
commit b648d83928
2 changed files with 10 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.22
ARG OPENCODE_VERSION=1.14.25
LABEL maintainer="joakimp"
LABEL description="Portable opencode developer container"