fix(oci/rclone): update 1.70.2 ➼ 1.70.3 (#2922)

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
tinfoild[bot]
2025-07-09 11:08:09 +00:00
committed by GitHub
parent dc908b6572
commit 4673f3e8d0
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.70.2@sha256:2a25b0ac42aa0bcb690f039a0b9713974bdea501b48e4b4bb5de328ff3cf29ee
tag: 1.70.3@sha256:34c729127386abec1c610b2aa024e39b4498dc2b4a72a0798ae21fbdc1b0493b
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.70.2@sha256:b8dad82933961be28ebbe4aab87e14f2d2fcd23ed3e8335a43a837209cb46f5f"
VS_APP_CURRENT_VERSION: "ghcr.io/rclone/rclone:1.70.3@sha256:b8dad82933961be28ebbe4aab87e14f2d2fcd23ed3e8335a43a837209cb46f5f"