Skip to content

Commit

Permalink
chore(deps): update docker.io/postgres docker tag to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 702292b commit 69b1760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/nixos/services/paperless-ng.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ in
};

containers.db = {
image = "docker.io/postgres:15";
image = "docker.io/postgres:17";
volumes = [
"paperless-pgdata:/var/lib/postgresql/data"
];
Expand Down
2 changes: 1 addition & 1 deletion modules/nixos/services/tandoor.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ in
port = "${toString publicPort}:8080";

containers.db = {
image = "docker.io/postgres:13";
image = "docker.io/postgres:17";
volumes = [ "tandoor-pgdata:/var/lib/postgresql/data" ];
environment = {
"POSTGRES_DB" = db_db;
Expand Down

0 comments on commit 69b1760

Please sign in to comment.