Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update redis:6.2-alpine docker digest to 4f26c3b
Browse files Browse the repository at this point in the history
renovate[bot] authored Sep 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 59a775a commit 7757bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/immich/default.nix
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@ in

immich-redis = {
autoStart = true;
image = "redis:6.2-alpine@sha256:3fcb624d83a9c478357f16dc173c58ded325ccc5fd2a4375f3916c04cc579f70";
image = "redis:6.2-alpine@sha256:4f26c3bf78bf93b178f4c0d5548a203042a59a2d1ac05dba307d2f6a8129a75f";
environmentFiles = [ cfg.envFile ];
extraOptions = [ "--network=immich-bridge" ];
};

0 comments on commit 7757bcf

Please sign in to comment.