Skip to content

Commit 943e827

Browse files
chore(deps): update postgres docker tag to v17
1 parent 51ff78a commit 943e827

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/nixos/services/bitmagnet.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ in
5252
];
5353

5454
db = {
55-
image = "postgres:16-alpine";
55+
image = "postgres:17-alpine";
5656
volumes = [ "${cfg.dataDir}/postgres:/var/lib/postgresql/data" ];
5757
environment = {
5858
POSTGRES_PASSWORD = "postgres";

modules/nixos/services/linkwarden.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ with mylib;
3434
port = "${toString cfg.publicPort}:3000";
3535

3636
containers.db = {
37-
image = "postgres:16-alpine";
37+
image = "postgres:17-alpine";
3838
volumes = [
3939
"linkwarden-pgdata:/var/lib/postgresql/data"
4040
];

0 commit comments

Comments
 (0)