update frp

This commit is contained in:
Newnius 2020-07-28 15:53:04 +08:00
parent 656622eabe
commit a371ffcb47

View File

@ -10,10 +10,10 @@ RUN apk add --no-cache openssl
# Install frp
ENV VERSION 0.33.0
RUN wget -O frp.tar.gz https://github.com/fatedier/frp/releases/download/v${VERSION}/frp_${VERSION}_linux_amd64.tar.gz && \
RUN wget -O frp.tar.gz https://github.com/fatedier/frp/releases/download/v${VERSION}/frp_${VERSION}_linux_arm64.tar.gz && \
tar -xzf frp.tar.gz -C / && rm frp.tar.gz
RUN mv /frp_${VERSION}_linux_amd64 /frp
RUN mv /frp_${VERSION}_linux_arm64 /frp
WORKDIR /frp