1
0
Fork 0

chore(deps): update frp cilent & server to v0.67.0 (#3795)

This commit is contained in:
renovate[bot] 2026-02-01 01:57:59 +00:00 committed by GitHub
parent bfe4b8683e
commit c10ce03801
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.ini" #截止5.1.3版本使用ini
- "${CONFIG_FILE_PATH}:/etc/frp/frpc.toml" - "${CONFIG_FILE_PATH}:/etc/frp/frpc.toml"
- "${SSL_FOLDER_PATH}:/etc/frp/ssl" - "${SSL_FOLDER_PATH}:/etc/frp/ssl"
image: "snowdreamtech/frpc:0.66.0" image: "snowdreamtech/frpc:0.67.0"
labels: labels:
createdBy: "Apps" 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.ini" #截止5.1.3版本使用ini
- "${CONFIG_FILE_PATH}:/etc/frp/frps.toml" - "${CONFIG_FILE_PATH}:/etc/frp/frps.toml"
- "${SSL_FOLDER_PATH}:/etc/frp/ssl" - "${SSL_FOLDER_PATH}:/etc/frp/ssl"
image: "snowdreamtech/frps:0.66.0" image: "snowdreamtech/frps:0.67.0"
labels: labels:
createdBy: "Apps" createdBy: "Apps"