Skip to content

Commit

Permalink
Merge pull request #29 from PocketRelay/dev
Browse files Browse the repository at this point in the history
Bump docker release version
  • Loading branch information
jacobtread committed Aug 16, 2023
2 parents 3bdd592 + 995320b commit 05549de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apk add curl
WORKDIR /app

# Download server executable
RUN curl -LJ -o pocket-relay-linux https://github.com/PocketRelay/Server/releases/download/v0.5.4/pocket-relay-linux
RUN curl -LJ -o pocket-relay-linux https://github.com/PocketRelay/Server/releases/download/v0.5.5/pocket-relay-linux

# Make the server executable
RUN chmod +x ./pocket-relay-linux
Expand Down

0 comments on commit 05549de

Please sign in to comment.