update.
This commit is contained in:
parent
864e017d1d
commit
d1f78fa061
@ -2,7 +2,7 @@ FROM amd64/alpine:3.18
|
|||||||
|
|
||||||
LABEL maintainer="amass <168062547@qq.com>"
|
LABEL maintainer="amass <168062547@qq.com>"
|
||||||
|
|
||||||
ENV FRP_VERSION=0.62.0
|
ENV FRP_VERSION=0.62.1
|
||||||
|
|
||||||
RUN apk add openssl curl ca-certificates \
|
RUN apk add openssl curl ca-certificates \
|
||||||
&& wget 'http://openresty.org/package/admin@openresty.com-5ea678a6.rsa.pub' \
|
&& 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
|
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.62.0 .
|
# docker build --progress=tty -f frpc.dockerfile -t registry.cn-shenzhen.aliyuncs.com/amass_toolset/frpc:0.62.1 .
|
@ -7,7 +7,7 @@ ARG USER_UID=1000
|
|||||||
ARG USER_GID=100
|
ARG USER_GID=100
|
||||||
|
|
||||||
ENV BOOST_VERSION=1_88_0
|
ENV BOOST_VERSION=1_88_0
|
||||||
ENV CODE_VERSION=4.99.2
|
ENV CODE_VERSION=4.99.3
|
||||||
ENV LIBDATACHANNEL_VERSION=0.22.6
|
ENV LIBDATACHANNEL_VERSION=0.22.6
|
||||||
ENV NNG_VERSION=1.10.1
|
ENV NNG_VERSION=1.10.1
|
||||||
ENV MBEDTLS_VERSION=3.6.3
|
ENV MBEDTLS_VERSION=3.6.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user