Update v0.32.1

This commit is contained in:
Stille 2020-04-03 14:54:42 +08:00
parent 4394794afd
commit 1c2ee80a7d
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.0
ENV FRP_VERSION 0.32.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.0"
FRP_VERSION="0.32.1"
REPO="stilleshan/frpc"
WORK_PATH=$(dirname $(readlink -f $0))

View File

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