2 Commits

Author SHA1 Message Date
Stille
a1e065f4e8 Update v0.36.0 2021-03-17 20:07:27 +08:00
Stille
45a27889ec Update v0.35.1 2021-01-25 17:41:32 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ FROM alpine:3.8
MAINTAINER Stille <stille@ioiox.com>
WORKDIR /
ENV FRP_VERSION 0.35.0
ENV FRP_VERSION 0.36.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 && \

View File

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