Skip to content

Commit

Permalink
Bumped docker release version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtread committed Sep 2, 2023
1 parent 466fcf6 commit 078d393
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.6/pocket-relay-linux
RUN curl -LJ -o pocket-relay-linux https://github.com/PocketRelay/Server/releases/download/v0.5.7/pocket-relay-linux

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

0 comments on commit 078d393

Please sign in to comment.