From 8e8ef00797a53e585b0ef45fdac30c5064e581c6 Mon Sep 17 00:00:00 2001 From: Stille Date: Sat, 10 Oct 2020 10:37:29 +0800 Subject: [PATCH] Update v0.34.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a24c369..73494b7 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 && \