Skip to content

Commit

Permalink
chore(docker-image): update registry.hub.docker.com/library/redis:6.2…
Browse files Browse the repository at this point in the history
…-alpine docker digest to 328fe6a
  • Loading branch information
renovate[bot] authored Jul 10, 2024
1 parent 51af484 commit 684308c
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/home-assistant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with lib;
let
app = "home-assistant";
image = "ghcr.io/onedr0p/home-assistant:2024.7.1@sha256:2f1cbfc01733f8242e10f1301b9aef38b987edbc2cae7a202dd6b403b44dd131";
image = "ghcr.io/onedr0p/home-assistant:2024.7.1@sha256:decd47698a3ccff35540c1e6e887c0bc319c6c483635b0ff060a164f565ae701";
user = "kah"; #string
group = "kah"; #string
port = 8123; #int
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/nixos/containers/immich/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ in
};

immich-redis = {
image = "registry.hub.docker.com/library/redis:6.2-alpine@sha256:d6c2911ac51b289db208767581a5d154544f2b2fe4914ea5056443f62dc6e900";
image = "registry.hub.docker.com/library/redis:6.2-alpine@sha256:328fe6a5822256d065debb36617a8169dbfbd77b797c525288e465f56c1d392b";
extraOptions = [
"--health-cmd=redis-cli ping || exit 1"
"--health-interval=10s"
Expand Down

0 comments on commit 684308c

Please sign in to comment.