Skip to content

Commit

Permalink
chore(docker-image): update ghcr.io/onedr0p/qbittorrent:5.0.3 docker …
Browse files Browse the repository at this point in the history
…digest to 0c0310d
  • Loading branch information
renovate[bot] authored Feb 22, 2025
1 parent 56cf78f commit 65828fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nixos/modules/nixos/containers/qbittorrent/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ in

virtualisation.oci-containers.containers.${app} =
let
image = "ghcr.io/onedr0p/qbittorrent:5.0.3@sha256:ef7b54df65ed34aec0809024061fc55b322cc8b3882dfebde499fb3f50f5bb62";
image = "ghcr.io/onedr0p/qbittorrent:5.0.3@sha256:0c0310d8266d62debd8c402a3183d646757e9bb982925a7c64be4beea57618f0";
in
{
image = "${image}";
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/nixos/containers/qbittorrent/lts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ in

virtualisation.oci-containers.containers.${app} =
let
image = "ghcr.io/onedr0p/qbittorrent:5.0.3@sha256:ef7b54df65ed34aec0809024061fc55b322cc8b3882dfebde499fb3f50f5bb62";
image = "ghcr.io/onedr0p/qbittorrent:5.0.3@sha256:0c0310d8266d62debd8c402a3183d646757e9bb982925a7c64be4beea57618f0";
in
{
image = "${image}";
Expand Down

0 comments on commit 65828fc

Please sign in to comment.