From 816ca525813ef9aa7b01cb8c5876c151c4f5931a Mon Sep 17 00:00:00 2001 From: Stille Date: Wed, 11 Mar 2020 17:26:51 +0800 Subject: [PATCH] Update v0.32.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cb73b19..deb6cbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.8 MAINTAINER Stille WORKDIR / -ENV FRP_VERSION 0.31.2 +ENV FRP_VERSION 0.32.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 && \