Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
webees authored Sep 14, 2024
1 parent 9284334 commit 282f24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/gotify/server:2.4.0
FROM ghcr.io/gotify/server:2.5.0

WORKDIR /app

Expand Down Expand Up @@ -68,4 +68,4 @@ RUN apt update && apt install -y --no-install-recommends \
&& chmod +x /restic.sh \
&& chmod +x /caddy.sh

ENTRYPOINT ["overmind", "start"]
ENTRYPOINT ["overmind", "start"]

0 comments on commit 282f24a

Please sign in to comment.