1 Commits

Author SHA1 Message Date
Stille
5ee6e2812c Update v0.34.0 2020-09-21 10:33:57 +08:00

View File

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