Skip to content

Commit 1c0e546

Browse files
chore(deps): update postgres docker tag to v17
1 parent 347ea1e commit 1c0e546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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";

0 commit comments

Comments
 (0)