Skip to content

Commit 4f00702

Browse files
committed
update version to 0.32.1
1 parent 76031e7 commit 4f00702

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ LABEL maintainer="wangjun <traceflight@outlook.com>"
55
ARG TZ='Asia/Shanghai'
66

77
ENV TZ ${TZ}
8-
ENV FRP_VERSION 0.29.0
8+
ENV FRP_VERSION 0.32.1
99
ENV FRP_DOWNLOAD_URL https://github.com/fatedier/frp/releases/download/v${FRP_VERSION}/frp_${FRP_VERSION}_linux_amd64.tar.gz
1010
RUN apk upgrade --update \
1111
&& apk add bash tzdata curl \

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
frpc:
4-
image: traceflight/frpc:0.29.0
4+
image: traceflight/frpc:0.32.1
55
restart: always
66
network_mode: "host"
77
volumes:

0 commit comments

Comments
 (0)