We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc149b commit f4f7c0dCopy full SHA for f4f7c0d
Dockerfile
@@ -8,7 +8,7 @@ RUN apk add curl
8
WORKDIR /app
9
10
# Download server executable
11
-RUN curl -LJ -o pocket-relay-linux https://github.com/PocketRelay/Server/releases/download/v0.5.10/pocket-relay-linux?v=1
+RUN curl -LJ -o pocket-relay-linux https://github.com/PocketRelay/Server/releases/download/v0.6.0/pocket-relay-linux?v=1
12
13
# Make the server executable
14
RUN chmod +x ./pocket-relay-linux
0 commit comments