Skip to content

Commit

Permalink
Updated docker file version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtread committed Jul 2, 2023
1 parent 4acd87e commit 90c0c9b
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.2/pocket-relay-linux
RUN curl -LJ -o pocket-relay-linux https://github.com/PocketRelay/Server/releases/download/v0.5.3/pocket-relay-linux

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

0 comments on commit 90c0c9b

Please sign in to comment.