From 4ff4c83154c1f720d2f205049602d501e844cef6 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 3 Jun 2021 21:04:58 +0200 Subject: [PATCH] Use dev all the time --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"]