Update v0.34.3

This commit is contained in:
Stille 2020-11-21 09:57:55 +08:00
parent 40b9f0db0b
commit d7201a5ba8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM alpine:3.8
MAINTAINER Stille <stille@ioiox.com>
WORKDIR /
ENV FRP_VERSION 0.34.2
ENV FRP_VERSION 0.34.3
RUN set -x && \
wget --no-check-certificate https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_amd64.tar.gz && \