diff --git a/shared/concourse/options.nix b/shared/concourse/options.nix index aeeb68c4..4221a975 100644 --- a/shared/concourse/options.nix +++ b/shared/concourse/options.nix @@ -46,7 +46,7 @@ with lib; postgresTag = mkOption { type = types.str; - default = "13"; + default = "16"; description = mdDoc '' Tag to use of the `postgres` container image. '';