Skip to content

Commit

Permalink
chore(container): update ghcr.io/deedee-ops/piped-frontend ( 10faf93 …
Browse files Browse the repository at this point in the history
…→ 671f618 )
  • Loading branch information
robodexo2000[bot] authored Nov 4, 2024
1 parent 7800545 commit 2e9370b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/containers/piped/frontend.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ in
config = lib.mkIf cfg.enable {
virtualisation.oci-containers.containers.piped-frontend = svc.mkContainer {
cfg = {
image = "ghcr.io/deedee-ops/piped-frontend:latest@sha256:10faf93a6cae64d0e2a995d868ce1760b71b30506b4cc9fa2528cc7be3021fd0";
image = "ghcr.io/deedee-ops/piped-frontend:latest@sha256:671f618a71cbf8ec3a352a6a7abb8a461cf86ba4ba1a54958f620e8a7a72fc46";
dependsOn = [ "piped-api" ];
environment = {
BACKEND_HOSTNAME = "piped-api.${config.mySystem.rootDomain}";
Expand Down

0 comments on commit 2e9370b

Please sign in to comment.