Skip to content

Commit f4f7c0d

Browse files
committed
Bumped docker version
1 parent adc149b commit f4f7c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apk add curl
88
WORKDIR /app
99

1010
# 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
11+
RUN curl -LJ -o pocket-relay-linux https://github.com/PocketRelay/Server/releases/download/v0.6.0/pocket-relay-linux?v=1
1212

1313
# Make the server executable
1414
RUN chmod +x ./pocket-relay-linux

0 commit comments

Comments
 (0)