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