From 45a27889ecf060c9c9cceccb28a81ee0c8fb1911 Mon Sep 17 00:00:00 2001 From: Stille Date: Mon, 25 Jan 2021 17:41:32 +0800 Subject: [PATCH] Update v0.35.1 --- Dockerfile | 2 +- frps_linux_install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 24dbc40..3718e6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.8 MAINTAINER Stille WORKDIR / -ENV FRP_VERSION 0.35.0 +ENV FRP_VERSION 0.35.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 && \ diff --git a/frps_linux_install.sh b/frps_linux_install.sh index 5548b86..09333cf 100644 --- a/frps_linux_install.sh +++ b/frps_linux_install.sh @@ -1,5 +1,5 @@ #!/bin/sh -FRP_VERSION="0.35.0" +FRP_VERSION="0.35.1" REPO="stilleshan/frps" WORK_PATH=$(dirname $(readlink -f $0))