Add gitleaks pre-commit hook and bump opencode to 1.4.2

This commit is contained in:
2026-04-09 19:12:27 +02:00
parent f40124296d
commit 084881b298
4 changed files with 101 additions and 2 deletions
+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.0
ARG OPENCODE_VERSION=1.4.2
LABEL maintainer="joakimp"
LABEL description="Portable opencode developer container"