Skip to content

Commit

Permalink
Update v0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stilleshan committed Jan 19, 2021
1 parent d7201a5 commit 9c68a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.8
MAINTAINER Stille <[email protected]>

WORKDIR /
ENV FRP_VERSION 0.34.3
ENV FRP_VERSION 0.35.0

RUN set -x && \
wget --no-check-certificate https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_amd64.tar.gz && \
Expand Down
2 changes: 1 addition & 1 deletion frps_linux_install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
FRP_VERSION="0.33.0"
FRP_VERSION="0.35.0"
REPO="stilleshan/frps"
WORK_PATH=$(dirname $(readlink -f $0))

Expand Down

0 comments on commit 9c68a37

Please sign in to comment.