From 5fe02605a253fd8ce459572a91b2de539b092506 Mon Sep 17 00:00:00 2001 From: Stille Date: Sat, 10 Oct 2020 10:51:28 +0800 Subject: [PATCH] Update v0.34.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b5c411f..a98a9f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.8 MAINTAINER Stille WORKDIR / -ENV FRP_VERSION 0.34.0 +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 && \