update frpc.

This commit is contained in:
luocai 2025-04-21 13:56:11 +08:00
parent ae98693c03
commit 864e017d1d

View File

@ -2,7 +2,7 @@ FROM amd64/alpine:3.18
LABEL maintainer="amass <168062547@qq.com>"
ENV FRP_VERSION=0.61.2
ENV FRP_VERSION=0.62.0
RUN apk add openssl curl ca-certificates \
&& wget 'http://openresty.org/package/admin@openresty.com-5ea678a6.rsa.pub' \
@ -26,4 +26,4 @@ RUN cd /root \
ENTRYPOINT if [ -d /app ]; then cd /app && openresty -p /app; fi; /usr/bin/frpc -c /etc/frp/frpc.toml
# docker build --progress=tty -f frpc.dockerfile -t registry.cn-shenzhen.aliyuncs.com/amass_toolset/frpc:0.61.2 .
# docker build --progress=tty -f frpc.dockerfile -t registry.cn-shenzhen.aliyuncs.com/amass_toolset/frpc:0.62.0 .