3 Commits

Author SHA1 Message Date
Stille
8e8ef00797 Update v0.34.1 2020-10-10 10:37:29 +08:00
Stille
5ee6e2812c Update v0.34.0 2020-09-21 10:33:57 +08:00
Stille
bc85a90bb4 Update v0.33.0 2020-04-27 18:28:36 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ FROM alpine:3.8
MAINTAINER Stille <stille@ioiox.com>
WORKDIR /
ENV FRP_VERSION 0.32.1
ENV FRP_VERSION 0.34.1
RUN set -x && \
wget --no-check-certificate https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_amd64.tar.gz && \

View File

@@ -1,5 +1,5 @@
#!/bin/sh
FRP_VERSION="0.32.1"
FRP_VERSION="0.33.0"
REPO="stilleshan/frpc"
WORK_PATH=$(dirname $(readlink -f $0))

View File

@@ -1,5 +1,5 @@
#!/bin/sh
FRP_VERSION="0.32.1"
FRP_VERSION="0.33.0"
REPO="stilleshan/frpc"
WORK_PATH=$(dirname $(readlink -f $0))