fix(filebot): update image docker.io/jlesage/filebot v25.12.1 → v25.12.2 (#43033)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jlesage/filebot](https://redirect.github.com/jlesage/docker-filebot) | patch | `24b49f4` -> `c1f1e0f` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jlesage/docker-filebot (docker.io/jlesage/filebot)</summary> ### [`v25.12.2`](https://redirect.github.com/jlesage/docker-filebot/releases/tag/v25.12.2): Version 25.12.2 [Compare Source](https://redirect.github.com/jlesage/docker-filebot/compare/v25.12.1...v25.12.2) Changes in this release: - Updated baseimage to version 4.10.4, which brings the following changes: - Web audio is now automatically re-enabled upon first user interaction. - Improved robustness of GPU devices detection. - Command key on Mac devices has been remapped to better match Linux application interactions. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvZmlsZWJvdCIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 25.12.1
|
||||
appVersion: 25.12.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.29.11
|
||||
@@ -38,5 +38,5 @@ sources:
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/filebot
|
||||
- https://hub.docker.com/r/jlesage/filebot
|
||||
type: application
|
||||
version: 13.15.2
|
||||
version: 13.15.3
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.io/jlesage/filebot
|
||||
tag: v25.12.1@sha256:24b49f40e76cd9e4e15e0cda6e5e4de25642e62f0f4c011f47f5714c0795eb1d
|
||||
tag: v25.12.2@sha256:c1f1e0fb929c820beceaa86b5c7eafb7ea34f6c917761a85a8dcfd6bc3663939
|
||||
pullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user