2 Commits

Author SHA1 Message Date
Stille
fc0f017c5e Update v0.31.2 2020-02-08 13:32:55 +08:00
Stille
671a7a5301 Update v0.31.1 2020-02-08 13:31:40 +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.31.0
ENV FRP_VERSION 0.31.2
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.31.0"
FRP_VERSION="0.31.2"
REPO="stilleshan/frpc"
WORK_PATH=$(dirname $(readlink -f $0))

View File

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