mirror of
https://github.com/pldubouilh/gossa
synced 2025-12-06 08:22:32 +01:00
bump dockerfiles
This commit is contained in:
parent
1162c59627
commit
53f220a6d6
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ RUN curl -L -o caddy.tar.gz "https://github.com/mholt/caddy/releases/download/v0
|
|||
RUN tar xvzf caddy.tar.gz && mv caddy /caddy
|
||||
|
||||
# download and prepare gossa
|
||||
RUN curl -L -o /gossa "https://github.com/pldubouilh/gossa/releases/download/v0.0.4/gossa-linux64"
|
||||
RUN curl -L -o /gossa "https://github.com/pldubouilh/gossa/releases/download/v0.0.6/gossa-linux64"
|
||||
RUN chmod +x /gossa /caddy
|
||||
|
||||
# Caddy config:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
FROM alpine
|
||||
EXPOSE 8001
|
||||
RUN wget https://github.com/pldubouilh/gossa/releases/download/v0.0.4/gossa-linux64 && mv gossa-linux64 /gossa && chmod +x /gossa
|
||||
RUN wget https://github.com/pldubouilh/gossa/releases/download/v0.0.6/gossa-linux64 && mv gossa-linux64 /gossa && chmod +x /gossa
|
||||
ENTRYPOINT [ "/gossa", "-h", "0.0.0.0", "/shared" ]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue