Use dev all the time
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-06-03 21:04:58 +02:00
parent f953743a7c
commit 4ff4c83154
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 4 additions and 1 deletions

View File

@ -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"]