fix(oci/rclone): update 1.71.1 ➼ 1.71.2 (#3685)

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
tinfoild[bot]
2025-10-20 13:18:08 +00:00
committed by GitHub
parent 8ae9187674
commit 1383446d2e
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ spec:
app:
image: &img
repository: ghcr.io/rclone/rclone
tag: 1.71.1@sha256:d5971950c2b370fb04dd3292541b5bda6d9103143fd7e345aeb435a399388afc
tag: 1.71.2@sha256:3103526c506266a9ecdf064efe99bf3677d92ef6407af124d8c56b4f49cbaa51
args: ["serve", "ftp", "/data", "--addr=:$(FTP_PORT)", "--log-level=DEBUG", "--use-json-log", "--rc", "--rc-addr=:$(HTTP_PORT)", "--rc-serve", "--rc-serve-no-modtime", "--rc-web-gui", "--rc-web-gui-no-open-browser", "--rc-enable-metrics", "--metrics-addr=:$(METRICS_PORT)", "--exclude", "**/*", "--exclude", "**/**", "--exclude", "Nintendo 3DS/title/*/*/content/*.app", "--exclude", "**.cia", "--exclude", "**.fbi", "--exclude", "**.nds", "--exclude", "**.mp3", "--exclude", "**.m4a", "--exclude", "**.aac", "--exclude", "**.wav", "--exclude", "**.flac"]
env: &env
TZ: "${CONFIG_TZ}"

View File

@@ -46,4 +46,4 @@ spec:
RUID: &uid "1000"
RGID: *uid
RFSG: *uid
VS_APP_CURRENT_VERSION: "ghcr.io/rclone/rclone:1.71.1@sha256:b8dad82933961be28ebbe4aab87e14f2d2fcd23ed3e8335a43a837209cb46f5f"
VS_APP_CURRENT_VERSION: "ghcr.io/rclone/rclone:1.71.2@sha256:b8dad82933961be28ebbe4aab87e14f2d2fcd23ed3e8335a43a837209cb46f5f"