Skip to content

Commit

Permalink
update v0.58.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stilleshan committed Jun 1, 2024
1 parent e7cd9a2 commit ca820eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.8
LABEL maintainer="Stille <stille@ioiox.com>"

ENV VERSION 0.58.0
ENV VERSION 0.58.1
ENV TZ=Asia/Shanghai
WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion frpc_linux_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Font="\033[0m"
# variable
WORK_PATH=$(dirname $(readlink -f $0))
FRP_NAME=frpc
FRP_VERSION=0.58.0
FRP_VERSION=0.58.1
FRP_PATH=/usr/local/frp
PROXY_URL="https://mirror.ghproxy.com/"

Expand Down
2 changes: 1 addition & 1 deletion frpc_linux_uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Font="\033[0m"
# variable
WORK_PATH=$(dirname $(readlink -f $0))
FRP_NAME=frpc
FRP_VERSION=0.58.0
FRP_VERSION=0.58.1
FRP_PATH=/usr/local/frp

# 停止frpc
Expand Down
2 changes: 1 addition & 1 deletion frpc_synology_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Font="\033[0m"
# variable
WORK_PATH=$(dirname $(readlink -f $0))
FRP_NAME=frpc
FRP_VERSION=0.58.0
FRP_VERSION=0.58.1
FRP_PATH=/usr/local/frp
PROXY_URL="https://mirror.ghproxy.com/"

Expand Down

0 comments on commit ca820eb

Please sign in to comment.