We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76031e7 commit 4f00702Copy full SHA for 4f00702
Dockerfile
@@ -5,7 +5,7 @@ LABEL maintainer="wangjun <traceflight@outlook.com>"
5
ARG TZ='Asia/Shanghai'
6
7
ENV TZ ${TZ}
8
-ENV FRP_VERSION 0.29.0
+ENV FRP_VERSION 0.32.1
9
ENV FRP_DOWNLOAD_URL https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_amd64.tar.gz
10
RUN apk upgrade --update \
11
&& apk add bash tzdata curl \
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: '3'
2
services:
3
frpc:
4
- image: traceflight/frpc:0.29.0
+ image: traceflight/frpc:0.32.1
restart: always
network_mode: "host"
volumes:
0 commit comments