Skip to content

Commit

Permalink
Merge pull request #238 from barrucadu/pleroma-postgres
Browse files Browse the repository at this point in the history
Upgrade pleroma to postgres 16
  • Loading branch information
barrucadu authored Oct 17, 2023
2 parents f3548cb + dfec730 commit e254dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/pleroma/options.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ with lib;

postgresTag = mkOption {
type = types.str;
default = "13";
default = "16";
description = mdDoc ''
Tag to use of the `postgres` container image.
'';
Expand Down

0 comments on commit e254dc9

Please sign in to comment.