diff --git a/Dockerfile b/Dockerfile index 5c06853..faa25b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"