Compare commits

..

1 Commits

Author SHA1 Message Date
joakimp 4bd543050a Bump opencode to v1.4.17, add file utility to base image
Publish Docker Image / build-omos (push) Successful in 41m7s
Publish Docker Image / build-base (push) Successful in 43m7s
Publish Docker Image / update-description (push) Successful in 15s
2026-04-19 09:31:21 +02:00
+2 -1
View File
@@ -5,7 +5,7 @@ ARG DEBIAN_VERSION=trixie-slim
FROM debian:${DEBIAN_VERSION} AS base FROM debian:${DEBIAN_VERSION} AS base
ARG TARGETARCH ARG TARGETARCH
ARG OPENCODE_VERSION=1.4.12 ARG OPENCODE_VERSION=1.4.17
LABEL maintainer="joakimp" LABEL maintainer="joakimp"
LABEL description="Portable opencode developer container" LABEL description="Portable opencode developer container"
@@ -34,6 +34,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
diffutils \ diffutils \
git-crypt \ git-crypt \
age \ age \
file \
sudo \ sudo \
locales \ locales \
procps \ procps \