Skip to content

Commit

Permalink
chore: bump docker release target
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtread committed May 12, 2024
1 parent 21f66e0 commit a6dac50
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.6.0/pocket-relay-linux?v=1
RUN curl -LJ -o pocket-relay-linux https://github.com/PocketRelay/Server/releases/download/v0.6.1/pocket-relay-linux?v=1

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

0 comments on commit a6dac50

Please sign in to comment.