From 4bd543050ace784bf463108e8f92d4014452f267 Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Sun, 19 Apr 2026 09:31:21 +0200 Subject: [PATCH] Bump opencode to v1.4.17, add file utility to base image --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 55057e7..2b27172 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG DEBIAN_VERSION=trixie-slim FROM debian:${DEBIAN_VERSION} AS base ARG TARGETARCH -ARG OPENCODE_VERSION=1.4.12 +ARG OPENCODE_VERSION=1.4.17 LABEL maintainer="joakimp" LABEL description="Portable opencode developer container" @@ -34,6 +34,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ diffutils \ git-crypt \ age \ + file \ sudo \ locales \ procps \