1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 02:11:04 +08:00

chore(deps): update frp cilent & server to v0.66.0 (#3749)

This commit is contained in:
renovate[bot] 2026-01-30 01:20:39 +00:00 committed by GitHub
parent dead2f25c3
commit 02a52b5d54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
22 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ services:
#- "${CONFIG_FILE_PATH}:/etc/frp/frpc.ini" #截止5.1.3版本使用ini
- "${CONFIG_FILE_PATH}:/etc/frp/frpc.toml"
- "${SSL_FOLDER_PATH}:/etc/frp/ssl"
image: "snowdreamtech/frpc:0.65.0"
image: "snowdreamtech/frpc:0.66.0"
labels:
createdBy: "Apps"

View File

@ -7,6 +7,6 @@ services:
#- "${CONFIG_FILE_PATH}:/etc/frp/frps.ini" #截止5.1.3版本使用ini
- "${CONFIG_FILE_PATH}:/etc/frp/frps.toml"
- "${SSL_FOLDER_PATH}:/etc/frp/ssl"
image: "snowdreamtech/frps:0.65.0"
image: "snowdreamtech/frps:0.66.0"
labels:
createdBy: "Apps"