Skip to content

Commit e65c859

Browse files
chore(deps): update redis docker tag to v8
1 parent 3f77c6a commit e65c859

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/nixos/services/media/immich.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ in
6969
};
7070

7171
immich-redis.containerConfig = {
72-
image = "redis:7.4";
72+
image = "redis:8.0";
7373
pod = pods.immich-pod.ref;
7474
};
7575

modules/nixos/services/penpot.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ in
7171
dependsOn = [ "penpot-backend" ];
7272
};
7373
"penpot-redis".containerConfig = {
74-
image = "redis:7-alpine";
74+
image = "redis:8-alpine";
7575
pod = pods.${podName}.ref;
7676
};
7777
"penpot-db".containerConfig = {

0 commit comments

Comments
 (0)