From a0c79fd8dbd6549da5e4e932b1584489459a59a4 Mon Sep 17 00:00:00 2001 From: tobias Date: Wed, 10 Jun 2026 08:37:33 +0200 Subject: [PATCH] Make hayabusa/takajo versions build ARGs so the buildbot can bump them Co-Authored-By: Claude Fable 5 --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7c09acb..6bed0f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,9 @@ FROM alpine AS builder # Get the target platform ARG TARGETPLATFORM -ENV HAYABUSA_VERSION=3.8.1 -ENV TAKAJO_VERSION=2.15.1 +# Build args so the buildbot can inject the latest release without a commit. +ARG HAYABUSA_VERSION=3.8.1 +ARG TAKAJO_VERSION=2.15.1 # Install necessary tools RUN apk add --no-cache unzip wget git