diff --git a/Dockerfile b/Dockerfile index beedc51..651574c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,9 @@ RUN apk add --no-cache \ RUN mkdir -p ~./local/bin -RUN curl https://install.abra.coopcloud.tech | bash -s +# Note(decentral1se): it is fine to always use the development branch because +# our Drone CI docker auto-tagger will publish official release tags and +# otherwise give us the latest abra on the latest tag +RUN curl https://install.abra.coopcloud.tech | bash -s -- --dev ENTRYPOINT ["/root/.local/bin/abra"]