1
0

chore(deps): update frp cilent & server to v0.65.0 (#2508)

This commit is contained in:
renovate[bot] 2025-11-16 02:53:48 +00:00 committed by GitHub
parent cb7727ba75
commit b9234f665e
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.64.0"
image: "snowdreamtech/frpc:0.65.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.64.0"
image: "snowdreamtech/frps:0.65.0"
labels:
createdBy: "Apps"