bump release

This commit is contained in:
Pierre Dubouilh
2019-03-31 17:18:30 +02:00
parent 48f1751cee
commit 93f3717835
4 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
FROM alpine
EXPOSE 8001
RUN wget https://github.com/pldubouilh/gossa/releases/download/v0.0.6/gossa-linux64 && mv gossa-linux64 /gossa && chmod +x /gossa
RUN wget https://github.com/pldubouilh/gossa/releases/download/v0.0.7/gossa-linux64 && mv gossa-linux64 /gossa && chmod +x /gossa
ENTRYPOINT [ "/gossa", "-h", "0.0.0.0", "/shared" ]