Use dev all the time
This commit is contained in:
parent
f953743a7c
commit
4ff4c83154
@ -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"]
|
||||
|
Reference in New Issue
Block a user